Html Css Color HEX #352418 Cocoa Brown

📋 copy color: '#352418'

red 53 ◦ green 36 ◦ blue 24

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

Shades of Cocoa Brown #352418

Tints of Cocoa Brown #352418

RGB

 RED value IS 53 (21.09% from 255) = 46.9%

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

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

R = 46.9%
G = 31.86%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352418 (or 0x352418) is known color: Cocoa Brown. HEX triplet: 35, 24 and 18. RGB value is (53,36,24). Sum of RGB (Red+Green+Blue) = 53+36+24=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352418 is #CADBE7. Grayscale: #272727. Windows color (decimal): -13294568 or 1582133. OLE color: 1582133.

HSL color Cylindrical-coordinate representation of color #352418: hue angle of 24.83º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #352418 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 36 24 -
CMYK 0 0.32 0.55 0.79
HSL 24.83º 0.38% 0.15% -
HSV(B) 24.83º 0.55% 0.21% -
XYZ 2.26 2.08 1.15 -
YUV 39.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 53 36 24 0 0.32 0.55 0.79 24.83 0.38 0.15
Hex 35 24 18 0 20 37 4F 19 26 F
Octal 65 44 30 0 40 67 117 31 46 17
Binary 110101 100100 11000 0 100000 110111 1001111 11001 100110 1111

Color Harmonies of #352418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352418

Black with #352418

Text Example


Text Example

White with #352418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352418; }

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

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

background-color css

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

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

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

border-color css

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

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

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