Html Css Color HEX #302418 Cocoa Brown

📋 copy color: '#302418'

red 48 ◦ green 36 ◦ blue 24

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

Shades of Cocoa Brown #302418

Tints of Cocoa Brown #302418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

 BLUE value IS 24 (9.77% from 255) = 22.22%

R = 44.44%
G = 33.33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#302418 (or 0x302418) is known color: Cocoa Brown. HEX triplet: 30, 24 and 18. RGB value is (48,36,24). Sum of RGB (Red+Green+Blue) = 48+36+24=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302418 is #CFDBE7. Grayscale: #262626. Windows color (decimal): -13622248 or 1582128. OLE color: 1582128.

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

Color convert

RGB 48 36 24 -
CMYK 0 0.25 0.5 0.81
HSL 30º 0.33% 0.14% -
HSV(B) 30º 0.5% 0.19% -
XYZ 2.01 1.96 1.14 -
YUV 38.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 48 36 24 0 0.25 0.5 0.81 30 0.33 0.14
Hex 30 24 18 0 19 32 51 1E 21 E
Octal 60 44 30 0 31 62 121 36 41 16
Binary 110000 100100 11000 0 11001 110010 1010001 11110 100001 1110

Color Harmonies of #302418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302418

Black with #302418

Text Example


Text Example

White with #302418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302418; }

 p { color: rgb(48,36,24); }

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

background-color css

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

 a { background-color: rgb(48,36,24); }

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

border-color css

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

 span { border-color: rgb(48,36,24); }

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