Html Css Color HEX #352A22 Cocoa Brown

📋 copy color: '#352A22'

red 53 ◦ green 42 ◦ blue 34

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

Shades of Cocoa Brown #352A22

Tints of Cocoa Brown #352A22

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.56%

 BLUE value IS 34 (13.67% from 255) = 26.36%

R = 41.09%
G = 32.56%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#352A22 (or 0x352A22) is known color: Cocoa Brown. HEX triplet: 35, 2A and 22. RGB value is (53,42,34). Sum of RGB (Red+Green+Blue) = 53+42+34=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352A22 is #CAD5DD. Grayscale: #2C2C2C. Windows color (decimal): -13293022 or 2239029. OLE color: 2239029.

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

Color convert

RGB 53 42 34 -
CMYK 0 0.21 0.36 0.79
HSL 25.26º 0.22% 0.17% -
HSV(B) 25.26º 0.36% 0.21% -
XYZ 2.58 2.53 1.87 -
YUV 44.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 53 42 34 0 0.21 0.36 0.79 25.26 0.22 0.17
Hex 35 2A 22 0 15 24 4F 19 16 11
Octal 65 52 42 0 25 44 117 31 26 21
Binary 110101 101010 100010 0 10101 100100 1001111 11001 10110 10001

Color Harmonies of #352A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352A22

Black with #352A22

Text Example


Text Example

White with #352A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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