Html Css Color HEX #352117 Brown Pod

📋 copy color: '#352117'

red 53 ◦ green 33 ◦ blue 23

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

Shades of Brown Pod #352117

Tints of Brown Pod #352117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 21.1%

R = 48.62%
G = 30.28%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352117 (or 0x352117) is known color: Brown Pod. HEX triplet: 35, 21 and 17. RGB value is (53,33,23). Sum of RGB (Red+Green+Blue) = 53+33+23=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352117 is #CADEE8. Grayscale: #252525. Windows color (decimal): -13295337 or 1515829. OLE color: 1515829.

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

Color convert

RGB 53 33 23 -
CMYK 0 0.38 0.57 0.79
HSL 20º 0.39% 0.15% -
HSV(B) 20º 0.57% 0.21% -
XYZ 2.17 1.91 1.06 -
YUV 37.84 119.63 138.81 -
System Red Green Blue C M Y K H S L
Decimal 53 33 23 0 0.38 0.57 0.79 20 0.39 0.15
Hex 35 21 17 0 26 39 4F 14 27 F
Octal 65 41 27 0 46 71 117 24 47 17
Binary 110101 100001 10111 0 100110 111001 1001111 10100 100111 1111

Color Harmonies of #352117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352117

Black with #352117

Text Example


Text Example

White with #352117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352117; }

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

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

background-color css

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

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

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

border-color css

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

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

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