Html Css Color HEX #302518 Cocoa Brown

📋 copy color: '#302518'

red 48 ◦ green 37 ◦ blue 24

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

Shades of Cocoa Brown #302518

Tints of Cocoa Brown #302518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.94%

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

R = 44.04%
G = 33.94%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#302518 (or 0x302518) is known color: Cocoa Brown. HEX triplet: 30, 25 and 18. RGB value is (48,37,24). Sum of RGB (Red+Green+Blue) = 48+37+24=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302518 is #CFDAE7. Grayscale: #262626. Windows color (decimal): -13621992 or 1582384. OLE color: 1582384.

HSL color Cylindrical-coordinate representation of color #302518: hue angle of 32.5º 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 #302518 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 37 24 -
CMYK 0 0.23 0.5 0.81
HSL 32.5º 0.33% 0.14% -
HSV(B) 32.5º 0.5% 0.19% -
XYZ 2.05 2.02 1.15 -
YUV 38.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 48 37 24 0 0.23 0.5 0.81 32.5 0.33 0.14
Hex 30 25 18 0 17 32 51 20 21 E
Octal 60 45 30 0 27 62 121 40 41 16
Binary 110000 100101 11000 0 10111 110010 1010001 100000 100001 1110

Color Harmonies of #302518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302518

Black with #302518

Text Example


Text Example

White with #302518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302518; }

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

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

background-color css

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

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

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

border-color css

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

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

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