Html Css Color HEX #352719 Cocoa Brown

📋 copy color: '#352719'

red 53 ◦ green 39 ◦ blue 25

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

Shades of Cocoa Brown #352719

Tints of Cocoa Brown #352719

RGB

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

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

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

R = 45.3%
G = 33.33%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352719 (or 0x352719) is known color: Cocoa Brown. HEX triplet: 35, 27 and 19. RGB value is (53,39,25). Sum of RGB (Red+Green+Blue) = 53+39+25=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 53 - color contains mainly: red. Hex color #352719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352719 is #CAD8E6. Grayscale: #292929. Windows color (decimal): -13293799 or 1648437. OLE color: 1648437.

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

Color convert

RGB 53 39 25 -
CMYK 0 0.26 0.53 0.79
HSL 30º 0.36% 0.15% -
HSV(B) 30º 0.53% 0.21% -
XYZ 2.37 2.28 1.23 -
YUV 41.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 53 39 25 0 0.26 0.53 0.79 30 0.36 0.15
Hex 35 27 19 0 1A 35 4F 1E 24 F
Octal 65 47 31 0 32 65 117 36 44 17
Binary 110101 100111 11001 0 11010 110101 1001111 11110 100100 1111

Color Harmonies of #352719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352719

Black with #352719

Text Example


Text Example

White with #352719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352719; }

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

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

background-color css

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

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

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

border-color css

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

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

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