Html Css Color HEX #351910 Brown Pod

📋 copy color: '#351910'

red 53 ◦ green 25 ◦ blue 16

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

Shades of Brown Pod #351910

Tints of Brown Pod #351910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 26.6%

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 56.38%
G = 26.6%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#351910 (or 0x351910) is known color: Brown Pod. HEX triplet: 35, 19 and 10. RGB value is (53,25,16). Sum of RGB (Red+Green+Blue) = 53+25+16=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #351910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351910 is #CAE6EF. Grayscale: #202020. Windows color (decimal): -13297392 or 1055029. OLE color: 1055029.

HSL color Cylindrical-coordinate representation of color #351910: hue angle of 14.59º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351910 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 25 16 -
CMYK 0 0.53 0.70 0.79
HSL 14.59º 0.54% 0.14% -
HSV(B) 14.59º 0.7% 0.21% -
XYZ 1.91 1.49 0.68 -
YUV 32.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 53 25 16 0 0.53 0.70 0.79 14.59 0.54 0.14
Hex 35 19 10 0 35 46 4F F 36 E
Octal 65 31 20 0 65 106 117 17 66 16
Binary 110101 11001 10000 0 110101 1000110 1001111 1111 110110 1110

Color Harmonies of #351910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351910

Black with #351910

Text Example


Text Example

White with #351910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351910; }

 p { color: rgb(53,25,16); }

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

background-color css

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

 a { background-color: rgb(53,25,16); }

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

border-color css

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

 span { border-color: rgb(53,25,16); }

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