Html Css Color HEX #352419 Cocoa Brown

📋 copy color: '#352419'

red 53 ◦ green 36 ◦ blue 25

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

Shades of Cocoa Brown #352419

Tints of Cocoa Brown #352419

RGB

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

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

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

R = 46.49%
G = 31.58%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352419 (or 0x352419) is known color: Cocoa Brown. HEX triplet: 35, 24 and 19. RGB value is (53,36,25). Sum of RGB (Red+Green+Blue) = 53+36+25=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #352419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352419 is #CADBE6. Grayscale: #272727. Windows color (decimal): -13294567 or 1647669. OLE color: 1647669.

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

Color convert

RGB 53 36 25 -
CMYK 0 0.32 0.53 0.79
HSL 23.57º 0.36% 0.15% -
HSV(B) 23.57º 0.53% 0.21% -
XYZ 2.27 2.09 1.2 -
YUV 39.83 119.63 137.39 -
System Red Green Blue C M Y K H S L
Decimal 53 36 25 0 0.32 0.53 0.79 23.57 0.36 0.15
Hex 35 24 19 0 20 35 4F 18 24 F
Octal 65 44 31 0 40 65 117 30 44 17
Binary 110101 100100 11001 0 100000 110101 1001111 11000 100100 1111

Color Harmonies of #352419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352419

Black with #352419

Text Example


Text Example

White with #352419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352419; }

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

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

background-color css

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

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

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

border-color css

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

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

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