Html Css Color HEX #351E14 Brown Pod

📋 copy color: '#351E14'

red 53 ◦ green 30 ◦ blue 20

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

Shades of Brown Pod #351E14

Tints of Brown Pod #351E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.13%

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

R = 51.46%
G = 29.13%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#351E14 (or 0x351E14) is known color: Brown Pod. HEX triplet: 35, 1E and 14. RGB value is (53,30,20). Sum of RGB (Red+Green+Blue) = 53+30+20=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #351E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E14 is #CAE1EB. Grayscale: #232323. Windows color (decimal): -13296108 or 1318453. OLE color: 1318453.

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

Color convert

RGB 53 30 20 -
CMYK 0 0.43 0.62 0.79
HSL 18.18º 0.45% 0.14% -
HSV(B) 18.18º 0.62% 0.21% -
XYZ 2.06 1.74 0.89 -
YUV 35.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 53 30 20 0 0.43 0.62 0.79 18.18 0.45 0.14
Hex 35 1E 14 0 2B 3E 4F 12 2D E
Octal 65 36 24 0 53 76 117 22 55 16
Binary 110101 11110 10100 0 101011 111110 1001111 10010 101101 1110

Color Harmonies of #351E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E14

Black with #351E14

Text Example


Text Example

White with #351E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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