Html Css Color HEX #352319 Cocoa Brown

📋 copy color: '#352319'

red 53 ◦ green 35 ◦ blue 25

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

Shades of Cocoa Brown #352319

Tints of Cocoa Brown #352319

RGB

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

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

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

R = 46.9%
G = 30.97%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352319 (or 0x352319) is known color: Cocoa Brown. HEX triplet: 35, 23 and 19. RGB value is (53,35,25). Sum of RGB (Red+Green+Blue) = 53+35+25=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352319 is #CADCE6. Grayscale: #272727. Windows color (decimal): -13294823 or 1647413. OLE color: 1647413.

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

Color convert

RGB 53 35 25 -
CMYK 0 0.34 0.53 0.79
HSL 21.43º 0.36% 0.15% -
HSV(B) 21.43º 0.53% 0.21% -
XYZ 2.24 2.03 1.19 -
YUV 39.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 53 35 25 0 0.34 0.53 0.79 21.43 0.36 0.15
Hex 35 23 19 0 22 35 4F 15 24 F
Octal 65 43 31 0 42 65 117 25 44 17
Binary 110101 100011 11001 0 100010 110101 1001111 10101 100100 1111

Color Harmonies of #352319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352319

Black with #352319

Text Example


Text Example

White with #352319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352319; }

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

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

background-color css

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

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

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

border-color css

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

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

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