Html Css Color HEX #352213 Cocoa Brown

📋 copy color: '#352213'

red 53 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #352213

Tints of Cocoa Brown #352213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

 BLUE value IS 19 (7.81% from 255) = 17.92%

R = 50%
G = 32.08%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352213 (or 0x352213) is known color: Cocoa Brown. HEX triplet: 35, 22 and 13. RGB value is (53,34,19). Sum of RGB (Red+Green+Blue) = 53+34+19=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352213 is #CADDEC. Grayscale: #262626. Windows color (decimal): -13295085 or 1253941. OLE color: 1253941.

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

Color convert

RGB 53 34 19 -
CMYK 0 0.36 0.64 0.79
HSL 26.47º 0.47% 0.14% -
HSV(B) 26.47º 0.64% 0.21% -
XYZ 2.16 1.95 0.88 -
YUV 37.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 53 34 19 0 0.36 0.64 0.79 26.47 0.47 0.14
Hex 35 22 13 0 24 40 4F 1A 2F E
Octal 65 42 23 0 44 100 117 32 57 16
Binary 110101 100010 10011 0 100100 1000000 1001111 11010 101111 1110

Color Harmonies of #352213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352213

Black with #352213

Text Example


Text Example

White with #352213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352213; }

 p { color: rgb(53,34,19); }

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

background-color css

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

 a { background-color: rgb(53,34,19); }

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

border-color css

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

 span { border-color: rgb(53,34,19); }

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