Html Css Color HEX #351C11 Brown Pod

📋 copy color: '#351C11'

red 53 ◦ green 28 ◦ blue 17

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

Shades of Brown Pod #351C11

Tints of Brown Pod #351C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.35%

R = 54.08%
G = 28.57%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.79

RGB Variations

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

Color information

#351C11 (or 0x351C11) is known color: Brown Pod. HEX triplet: 35, 1C and 11. RGB value is (53,28,17). Sum of RGB (Red+Green+Blue) = 53+28+17=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351C11 is #CAE3EE. Grayscale: #222222. Windows color (decimal): -13296623 or 1121333. OLE color: 1121333.

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

Color convert

RGB 53 28 17 -
CMYK 0 0.47 0.68 0.79
HSL 18.33º 0.51% 0.14% -
HSV(B) 18.33º 0.68% 0.21% -
XYZ 1.98 1.63 0.74 -
YUV 34.22 118.28 141.39 -
System Red Green Blue C M Y K H S L
Decimal 53 28 17 0 0.47 0.68 0.79 18.33 0.51 0.14
Hex 35 1C 11 0 2F 44 4F 12 33 E
Octal 65 34 21 0 57 104 117 22 63 16
Binary 110101 11100 10001 0 101111 1000100 1001111 10010 110011 1110

Color Harmonies of #351C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351C11

Black with #351C11

Text Example


Text Example

White with #351C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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