Html Css Color HEX #482301 Brown Pod

📋 copy color: '#482301'

red 72 ◦ green 35 ◦ blue 1

#482301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #482301

Tints of Brown Pod #482301

RGB

 RED value IS 72 (28.52% from 255) = 66.67%

 GREEN value IS 35 (14.06% from 255) = 32.41%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 66.67%
G = 32.41%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#482301 (or 0x482301) is known color: Brown Pod. HEX triplet: 48, 23 and 01. RGB value is (72,35,1). Sum of RGB (Red+Green+Blue) = 72+35+1=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #482301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #482301 is #B7DCFE. Grayscale: #2A2A2A. Windows color (decimal): -12049663 or 74568. OLE color: 74568.

HSL color Cylindrical-coordinate representation of color #482301: hue angle of 28.73º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #482301 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 35 1 -
CMYK 0 0.51 0.99 0.72
HSL 28.73º 0.97% 0.14% -
HSV(B) 28.73º 0.99% 0.28% -
XYZ 3.28 2.58 0.35 -
YUV 42.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 72 35 1 0 0.51 0.99 0.72 28.73 0.97 0.14
Hex 48 23 1 0 33 63 48 1D 61 E
Octal 110 43 1 0 63 143 110 35 141 16
Binary 1001000 100011 1 0 110011 1100011 1001000 11101 1100001 1110

Color Harmonies of #482301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482301

Black with #482301

Text Example


Text Example

White with #482301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482301; }

 p { color: rgb(72,35,1); }

 H1.HeaderClassName
 {
   color: #482301;
 }
 .AnyTagClassName
 {
   color: #482301;
 }
</style>

background-color css

<style>
 a { background-color: #482301; }

 a { background-color: rgb(72,35,1); }

 div.DivClassName
 {
   background-color: #482301;
 }
 .BgClassName
 {
   background-color: #482301;
 }
</style>

border-color css

<style>
 span { border-color: #482301; }

 span { border-color: rgb(72,35,1); }

 td.TdClassName
 {
   border-color: #482301;
 }
 .TagClassName
 {
   border-color: #482301;
 }
</style>