Html Css Color HEX #351F16 Brown Pod

📋 copy color: '#351F16'

red 53 ◦ green 31 ◦ blue 22

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

Shades of Brown Pod #351F16

Tints of Brown Pod #351F16

RGB

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

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

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

R = 50%
G = 29.25%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#351F16 (or 0x351F16) is known color: Brown Pod. HEX triplet: 35, 1F and 16. RGB value is (53,31,22). Sum of RGB (Red+Green+Blue) = 53+31+22=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #351F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F16 is #CAE0E9. Grayscale: #242424. Windows color (decimal): -13295850 or 1449781. OLE color: 1449781.

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

Color convert

RGB 53 31 22 -
CMYK 0 0.42 0.58 0.79
HSL 17.42º 0.41% 0.15% -
HSV(B) 17.42º 0.58% 0.21% -
XYZ 2.1 1.79 0.99 -
YUV 36.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 53 31 22 0 0.42 0.58 0.79 17.42 0.41 0.15
Hex 35 1F 16 0 2A 3A 4F 11 29 F
Octal 65 37 26 0 52 72 117 21 51 17
Binary 110101 11111 10110 0 101010 111010 1001111 10001 101001 1111

Color Harmonies of #351F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F16

Black with #351F16

Text Example


Text Example

White with #351F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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