Html Css Color HEX #351E17 Brown Pod

📋 copy color: '#351E17'

red 53 ◦ green 30 ◦ blue 23

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

Shades of Brown Pod #351E17

Tints of Brown Pod #351E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.3%

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

R = 50%
G = 28.3%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351E17 (or 0x351E17) is known color: Brown Pod. HEX triplet: 35, 1E and 17. RGB value is (53,30,23). Sum of RGB (Red+Green+Blue) = 53+30+23=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E17 is #CAE1E8. Grayscale: #242424. Windows color (decimal): -13296105 or 1515061. OLE color: 1515061.

HSL color Cylindrical-coordinate representation of color #351E17: hue angle of 14º 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 #351E17 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 30 23 -
CMYK 0 0.43 0.57 0.79
HSL 14º 0.39% 0.15% -
HSV(B) 14º 0.57% 0.21% -
XYZ 2.09 1.75 1.04 -
YUV 36.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 53 30 23 0 0.43 0.57 0.79 14 0.39 0.15
Hex 35 1E 17 0 2B 39 4F E 27 F
Octal 65 36 27 0 53 71 117 16 47 17
Binary 110101 11110 10111 0 101011 111001 1001111 1110 100111 1111

Color Harmonies of #351E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E17

Black with #351E17

Text Example


Text Example

White with #351E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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