Html Css Color HEX #351D14 Brown Pod

📋 copy color: '#351D14'

red 53 ◦ green 29 ◦ blue 20

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

Shades of Brown Pod #351D14

Tints of Brown Pod #351D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 51.96%
G = 28.43%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#351D14 (or 0x351D14) is known color: Brown Pod. HEX triplet: 35, 1D and 14. RGB value is (53,29,20). Sum of RGB (Red+Green+Blue) = 53+29+20=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #351D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351D14 is #CAE2EB. Grayscale: #232323. Windows color (decimal): -13296364 or 1318197. OLE color: 1318197.

HSL color Cylindrical-coordinate representation of color #351D14: hue angle of 16.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #351D14 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 29 20 -
CMYK 0 0.45 0.62 0.79
HSL 16.36º 0.45% 0.14% -
HSV(B) 16.36º 0.62% 0.21% -
XYZ 2.03 1.69 0.88 -
YUV 35.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 53 29 20 0 0.45 0.62 0.79 16.36 0.45 0.14
Hex 35 1D 14 0 2D 3E 4F 10 2D E
Octal 65 35 24 0 55 76 117 20 55 16
Binary 110101 11101 10100 0 101101 111110 1001111 10000 101101 1110

Color Harmonies of #351D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351D14

Black with #351D14

Text Example


Text Example

White with #351D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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