Html Css Color HEX #302008 Cocoa Brown

📋 copy color: '#302008'

red 48 ◦ green 32 ◦ blue 8

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

Shades of Cocoa Brown #302008

Tints of Cocoa Brown #302008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 9.09%

R = 54.55%
G = 36.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#302008 (or 0x302008) is known color: Cocoa Brown. HEX triplet: 30, 20 and 08. RGB value is (48,32,8). Sum of RGB (Red+Green+Blue) = 48+32+8=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 8 (3.52% from 255 or 9.09% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #302008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302008 is #CFDFF7. Grayscale: #222222. Windows color (decimal): -13623288 or 532528. OLE color: 532528.

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

Color convert

RGB 48 32 8 -
CMYK 0 0.33 0.83 0.81
HSL 36º 0.71% 0.11% -
HSV(B) 36º 0.83% 0.19% -
XYZ 1.78 1.68 0.46 -
YUV 34.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 48 32 8 0 0.33 0.83 0.81 36 0.71 0.11
Hex 30 20 8 0 21 53 51 24 47 B
Octal 60 40 10 0 41 123 121 44 107 13
Binary 110000 100000 1000 0 100001 1010011 1010001 100100 1000111 1011

Color Harmonies of #302008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302008

Black with #302008

Text Example


Text Example

White with #302008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302008; }

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

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

background-color css

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

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

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

border-color css

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

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

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