Html Css Color HEX #352318 Cocoa Brown

📋 copy color: '#352318'

red 53 ◦ green 35 ◦ blue 24

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

Shades of Cocoa Brown #352318

Tints of Cocoa Brown #352318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.25%

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

R = 47.32%
G = 31.25%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352318 (or 0x352318) is known color: Cocoa Brown. HEX triplet: 35, 23 and 18. RGB value is (53,35,24). Sum of RGB (Red+Green+Blue) = 53+35+24=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #352318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352318 is #CADCE7. Grayscale: #272727. Windows color (decimal): -13294824 or 1581877. OLE color: 1581877.

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

Color convert

RGB 53 35 24 -
CMYK 0 0.34 0.55 0.79
HSL 22.76º 0.38% 0.15% -
HSV(B) 22.76º 0.55% 0.21% -
XYZ 2.23 2.02 1.14 -
YUV 39.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 53 35 24 0 0.34 0.55 0.79 22.76 0.38 0.15
Hex 35 23 18 0 22 37 4F 17 26 F
Octal 65 43 30 0 42 67 117 27 46 17
Binary 110101 100011 11000 0 100010 110111 1001111 10111 100110 1111

Color Harmonies of #352318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352318

Black with #352318

Text Example


Text Example

White with #352318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352318; }

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

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

background-color css

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

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

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

border-color css

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

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

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