Html Css Color HEX #352619 Cocoa Brown

📋 copy color: '#352619'

red 53 ◦ green 38 ◦ blue 25

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

Shades of Cocoa Brown #352619

Tints of Cocoa Brown #352619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.76%

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

R = 45.69%
G = 32.76%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352619 (or 0x352619) is known color: Cocoa Brown. HEX triplet: 35, 26 and 19. RGB value is (53,38,25). Sum of RGB (Red+Green+Blue) = 53+38+25=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352619 is #CAD9E6. Grayscale: #292929. Windows color (decimal): -13294055 or 1648181. OLE color: 1648181.

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

Color convert

RGB 53 38 25 -
CMYK 0 0.28 0.53 0.79
HSL 27.86º 0.36% 0.15% -
HSV(B) 27.86º 0.53% 0.21% -
XYZ 2.34 2.21 1.22 -
YUV 41 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 53 38 25 0 0.28 0.53 0.79 27.86 0.36 0.15
Hex 35 26 19 0 1C 35 4F 1C 24 F
Octal 65 46 31 0 34 65 117 34 44 17
Binary 110101 100110 11001 0 11100 110101 1001111 11100 100100 1111

Color Harmonies of #352619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352619

Black with #352619

Text Example


Text Example

White with #352619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352619; }

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

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

background-color css

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

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

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

border-color css

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

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

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