Html Css Color HEX #351D15 Brown Pod

📋 copy color: '#351D15'

red 53 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #351D15

Tints of Brown Pod #351D15

RGB

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

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

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

R = 51.46%
G = 28.16%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#351D15 (or 0x351D15) is known color: Brown Pod. HEX triplet: 35, 1D and 15. RGB value is (53,29,21). Sum of RGB (Red+Green+Blue) = 53+29+21=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #351D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D15 is #CAE2EA. Grayscale: #232323. Windows color (decimal): -13296363 or 1383733. OLE color: 1383733.

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

Color convert

RGB 53 29 21 -
CMYK 0 0.45 0.60 0.79
HSL 15º 0.43% 0.15% -
HSV(B) 15º 0.6% 0.21% -
XYZ 2.04 1.69 0.93 -
YUV 35.26 119.95 140.65 -
System Red Green Blue C M Y K H S L
Decimal 53 29 21 0 0.45 0.60 0.79 15 0.43 0.15
Hex 35 1D 15 0 2D 3C 4F F 2B F
Octal 65 35 25 0 55 74 117 17 53 17
Binary 110101 11101 10101 0 101101 111100 1001111 1111 101011 1111

Color Harmonies of #351D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D15

Black with #351D15

Text Example


Text Example

White with #351D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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