Html Css Color HEX #352519 Cocoa Brown

📋 copy color: '#352519'

red 53 ◦ green 37 ◦ blue 25

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

Shades of Cocoa Brown #352519

Tints of Cocoa Brown #352519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.74%

R = 46.09%
G = 32.17%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352519 (or 0x352519) is known color: Cocoa Brown. HEX triplet: 35, 25 and 19. RGB value is (53,37,25). Sum of RGB (Red+Green+Blue) = 53+37+25=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #352519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352519 is #CADAE6. Grayscale: #282828. Windows color (decimal): -13294311 or 1647925. OLE color: 1647925.

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

Color convert

RGB 53 37 25 -
CMYK 0 0.30 0.53 0.79
HSL 25.71º 0.36% 0.15% -
HSV(B) 25.71º 0.53% 0.21% -
XYZ 2.31 2.15 1.21 -
YUV 40.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 53 37 25 0 0.30 0.53 0.79 25.71 0.36 0.15
Hex 35 25 19 0 1E 35 4F 1A 24 F
Octal 65 45 31 0 36 65 117 32 44 17
Binary 110101 100101 11001 0 11110 110101 1001111 11010 100100 1111

Color Harmonies of #352519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352519

Black with #352519

Text Example


Text Example

White with #352519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352519; }

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

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

background-color css

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

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

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

border-color css

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

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

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