Html Css Color HEX #302820 Cocoa Brown

📋 copy color: '#302820'

red 48 ◦ green 40 ◦ blue 32

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

Shades of Cocoa Brown #302820

Tints of Cocoa Brown #302820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 32 (12.89% from 255) = 26.67%

R = 40%
G = 33.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#302820 (or 0x302820) is known color: Cocoa Brown. HEX triplet: 30, 28 and 20. RGB value is (48,40,32). Sum of RGB (Red+Green+Blue) = 48+40+32=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302820 is #CFD7DF. Grayscale: #292929. Windows color (decimal): -13621216 or 2107440. OLE color: 2107440.

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

Color convert

RGB 48 40 32 -
CMYK 0 0.17 0.33 0.81
HSL 30º 0.2% 0.16% -
HSV(B) 30º 0.33% 0.19% -
XYZ 2.24 2.25 1.68 -
YUV 41.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 48 40 32 0 0.17 0.33 0.81 30 0.2 0.16
Hex 30 28 20 0 11 21 51 1E 14 10
Octal 60 50 40 0 21 41 121 36 24 20
Binary 110000 101000 100000 0 10001 100001 1010001 11110 10100 10000

Color Harmonies of #302820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302820

Black with #302820

Text Example


Text Example

White with #302820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302820; }

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

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

background-color css

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

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

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

border-color css

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

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

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