Html Css Color HEX #352113 Cocoa Brown

📋 copy color: '#352113'

red 53 ◦ green 33 ◦ blue 19

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

Shades of Cocoa Brown #352113

Tints of Cocoa Brown #352113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.43%

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

R = 50.48%
G = 31.43%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#352113 (or 0x352113) is known color: Cocoa Brown. HEX triplet: 35, 21 and 13. RGB value is (53,33,19). Sum of RGB (Red+Green+Blue) = 53+33+19=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352113 is #CADEEC. Grayscale: #252525. Windows color (decimal): -13295341 or 1253685. OLE color: 1253685.

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

Color convert

RGB 53 33 19 -
CMYK 0 0.38 0.64 0.79
HSL 24.71º 0.47% 0.14% -
HSV(B) 24.71º 0.64% 0.21% -
XYZ 2.13 1.89 0.87 -
YUV 37.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 53 33 19 0 0.38 0.64 0.79 24.71 0.47 0.14
Hex 35 21 13 0 26 40 4F 19 2F E
Octal 65 41 23 0 46 100 117 31 57 16
Binary 110101 100001 10011 0 100110 1000000 1001111 11001 101111 1110

Color Harmonies of #352113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352113

Black with #352113

Text Example


Text Example

White with #352113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352113; }

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

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

background-color css

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

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

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

border-color css

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

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

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