Html Css Color HEX #351C14 Brown Pod

📋 copy color: '#351C14'

red 53 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #351C14

Tints of Brown Pod #351C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

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

R = 52.48%
G = 27.72%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#351C14 (or 0x351C14) is known color: Brown Pod. HEX triplet: 35, 1C and 14. RGB value is (53,28,20). Sum of RGB (Red+Green+Blue) = 53+28+20=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C14 is #CAE3EB. Grayscale: #222222. Windows color (decimal): -13296620 or 1317941. OLE color: 1317941.

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

Color convert

RGB 53 28 20 -
CMYK 0 0.47 0.62 0.79
HSL 14.55º 0.45% 0.14% -
HSV(B) 14.55º 0.62% 0.21% -
XYZ 2.01 1.64 0.87 -
YUV 34.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 53 28 20 0 0.47 0.62 0.79 14.55 0.45 0.14
Hex 35 1C 14 0 2F 3E 4F F 2D E
Octal 65 34 24 0 57 76 117 17 55 16
Binary 110101 11100 10100 0 101111 111110 1001111 1111 101101 1110

Color Harmonies of #351C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C14

Black with #351C14

Text Example


Text Example

White with #351C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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