Html Css Color HEX #351D17 Brown Pod

📋 copy color: '#351D17'

red 53 ◦ green 29 ◦ blue 23

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

Shades of Brown Pod #351D17

Tints of Brown Pod #351D17

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

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

R = 50.48%
G = 27.62%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351D17 (or 0x351D17) is known color: Brown Pod. HEX triplet: 35, 1D and 17. RGB value is (53,29,23). Sum of RGB (Red+Green+Blue) = 53+29+23=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #351D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D17 is #CAE2E8. Grayscale: #232323. Windows color (decimal): -13296361 or 1514805. OLE color: 1514805.

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

Color convert

RGB 53 29 23 -
CMYK 0 0.45 0.57 0.79
HSL 12º 0.39% 0.15% -
HSV(B) 12º 0.57% 0.21% -
XYZ 2.06 1.7 1.03 -
YUV 35.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 53 29 23 0 0.45 0.57 0.79 12 0.39 0.15
Hex 35 1D 17 0 2D 39 4F C 27 F
Octal 65 35 27 0 55 71 117 14 47 17
Binary 110101 11101 10111 0 101101 111001 1001111 1100 100111 1111

Color Harmonies of #351D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D17

Black with #351D17

Text Example


Text Example

White with #351D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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