Html Css Color HEX #352518 Cocoa Brown

📋 copy color: '#352518'

red 53 ◦ green 37 ◦ blue 24

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

Shades of Cocoa Brown #352518

Tints of Cocoa Brown #352518

RGB

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

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

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

R = 46.49%
G = 32.46%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352518 (or 0x352518) is known color: Cocoa Brown. HEX triplet: 35, 25 and 18. RGB value is (53,37,24). Sum of RGB (Red+Green+Blue) = 53+37+24=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #352518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352518 is #CADAE7. Grayscale: #282828. Windows color (decimal): -13294312 or 1582389. OLE color: 1582389.

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

Color convert

RGB 53 37 24 -
CMYK 0 0.30 0.55 0.79
HSL 26.9º 0.38% 0.15% -
HSV(B) 26.9º 0.55% 0.21% -
XYZ 2.29 2.15 1.16 -
YUV 40.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 53 37 24 0 0.30 0.55 0.79 26.9 0.38 0.15
Hex 35 25 18 0 1E 37 4F 1B 26 F
Octal 65 45 30 0 36 67 117 33 46 17
Binary 110101 100101 11000 0 11110 110111 1001111 11011 100110 1111

Color Harmonies of #352518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352518

Black with #352518

Text Example


Text Example

White with #352518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352518; }

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

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

background-color css

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

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

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

border-color css

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

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

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