Html Css Color HEX #302006 Cocoa Brown

📋 copy color: '#302006'

red 48 ◦ green 32 ◦ blue 6

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

Shades of Cocoa Brown #302006

Tints of Cocoa Brown #302006

RGB

 RED value IS 48 (19.14% from 255) = 55.81%

 GREEN value IS 32 (12.89% from 255) = 37.21%

 BLUE value IS 6 (2.73% from 255) = 6.98%

R = 55.81%
G = 37.21%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.81

RGB Variations

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

Color information

#302006 (or 0x302006) is known color: Cocoa Brown. HEX triplet: 30, 20 and 06. RGB value is (48,32,6). Sum of RGB (Red+Green+Blue) = 48+32+6=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #302006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302006 is #CFDFF9. Grayscale: #212121. Windows color (decimal): -13623290 or 401456. OLE color: 401456.

HSL color Cylindrical-coordinate representation of color #302006: hue angle of 37.14º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302006 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 32 6 -
CMYK 0 0.33 0.87 0.81
HSL 37.14º 0.78% 0.11% -
HSV(B) 37.14º 0.88% 0.19% -
XYZ 1.77 1.67 0.4 -
YUV 33.82 112.3 138.11 -
System Red Green Blue C M Y K H S L
Decimal 48 32 6 0 0.33 0.87 0.81 37.14 0.78 0.11
Hex 30 20 6 0 21 57 51 25 4E B
Octal 60 40 6 0 41 127 121 45 116 13
Binary 110000 100000 110 0 100001 1010111 1010001 100101 1001110 1011

Color Harmonies of #302006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302006

Black with #302006

Text Example


Text Example

White with #302006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302006; }

 p { color: rgb(48,32,6); }

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

background-color css

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

 a { background-color: rgb(48,32,6); }

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

border-color css

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

 span { border-color: rgb(48,32,6); }

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