Html Css Color HEX #351F17 Brown Pod

📋 copy color: '#351F17'

red 53 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #351F17

Tints of Brown Pod #351F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

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

R = 49.53%
G = 28.97%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351F17 (or 0x351F17) is known color: Brown Pod. HEX triplet: 35, 1F and 17. RGB value is (53,31,23). Sum of RGB (Red+Green+Blue) = 53+31+23=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 53 - color contains mainly: red. Hex color #351F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F17 is #CAE0E8. Grayscale: #242424. Windows color (decimal): -13295849 or 1515317. OLE color: 1515317.

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

Color convert

RGB 53 31 23 -
CMYK 0 0.42 0.57 0.79
HSL 16º 0.39% 0.15% -
HSV(B) 16º 0.57% 0.21% -
XYZ 2.11 1.8 1.05 -
YUV 36.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 53 31 23 0 0.42 0.57 0.79 16 0.39 0.15
Hex 35 1F 17 0 2A 39 4F 10 27 F
Octal 65 37 27 0 52 71 117 20 47 17
Binary 110101 11111 10111 0 101010 111001 1001111 10000 100111 1111

Color Harmonies of #351F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F17

Black with #351F17

Text Example


Text Example

White with #351F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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