Html Css Color HEX #352116 Brown Pod

📋 copy color: '#352116'

red 53 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #352116

Tints of Brown Pod #352116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 49.07%
G = 30.56%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#352116 (or 0x352116) is known color: Brown Pod. HEX triplet: 35, 21 and 16. RGB value is (53,33,22). Sum of RGB (Red+Green+Blue) = 53+33+22=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #352116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352116 is #CADEE9. Grayscale: #252525. Windows color (decimal): -13295338 or 1450293. OLE color: 1450293.

HSL color Cylindrical-coordinate representation of color #352116: hue angle of 21.29º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352116 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 33 22 -
CMYK 0 0.38 0.58 0.79
HSL 21.29º 0.41% 0.15% -
HSV(B) 21.29º 0.58% 0.21% -
XYZ 2.16 1.9 1.01 -
YUV 37.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 53 33 22 0 0.38 0.58 0.79 21.29 0.41 0.15
Hex 35 21 16 0 26 3A 4F 15 29 F
Octal 65 41 26 0 46 72 117 25 51 17
Binary 110101 100001 10110 0 100110 111010 1001111 10101 101001 1111

Color Harmonies of #352116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352116

Black with #352116

Text Example


Text Example

White with #352116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352116; }

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

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

background-color css

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

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

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

border-color css

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

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

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