Html Css Color HEX #352718 Cocoa Brown

📋 copy color: '#352718'

red 53 ◦ green 39 ◦ blue 24

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

Shades of Cocoa Brown #352718

Tints of Cocoa Brown #352718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.62%

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

R = 45.69%
G = 33.62%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352718 (or 0x352718) is known color: Cocoa Brown. HEX triplet: 35, 27 and 18. RGB value is (53,39,24). Sum of RGB (Red+Green+Blue) = 53+39+24=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352718 is #CAD8E7. Grayscale: #292929. Windows color (decimal): -13293800 or 1582901. OLE color: 1582901.

HSL color Cylindrical-coordinate representation of color #352718: hue angle of 31.03º 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 #352718 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 39 24 -
CMYK 0 0.26 0.55 0.79
HSL 31.03º 0.38% 0.15% -
HSV(B) 31.03º 0.55% 0.21% -
XYZ 2.36 2.27 1.18 -
YUV 41.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 53 39 24 0 0.26 0.55 0.79 31.03 0.38 0.15
Hex 35 27 18 0 1A 37 4F 1F 26 F
Octal 65 47 30 0 32 67 117 37 46 17
Binary 110101 100111 11000 0 11010 110111 1001111 11111 100110 1111

Color Harmonies of #352718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352718

Black with #352718

Text Example


Text Example

White with #352718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352718; }

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

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

background-color css

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

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

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

border-color css

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

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

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