Html Css Color HEX #351F15 Brown Pod

📋 copy color: '#351F15'

red 53 ◦ green 31 ◦ blue 21

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

Shades of Brown Pod #351F15

Tints of Brown Pod #351F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20%

R = 50.48%
G = 29.52%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#351F15 (or 0x351F15) is known color: Brown Pod. HEX triplet: 35, 1F and 15. RGB value is (53,31,21). Sum of RGB (Red+Green+Blue) = 53+31+21=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351F15 is #CAE0EA. Grayscale: #242424. Windows color (decimal): -13295851 or 1384245. OLE color: 1384245.

HSL color Cylindrical-coordinate representation of color #351F15: hue angle of 18.75º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #351F15 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 31 21 -
CMYK 0 0.42 0.60 0.79
HSL 18.75º 0.43% 0.15% -
HSV(B) 18.75º 0.6% 0.21% -
XYZ 2.09 1.79 0.94 -
YUV 36.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 53 31 21 0 0.42 0.60 0.79 18.75 0.43 0.15
Hex 35 1F 15 0 2A 3C 4F 13 2B F
Octal 65 37 25 0 52 74 117 23 53 17
Binary 110101 11111 10101 0 101010 111100 1001111 10011 101011 1111

Color Harmonies of #351F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351F15

Black with #351F15

Text Example


Text Example

White with #351F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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