Html Css Color HEX #35190E Brown Pod

📋 copy color: '#35190E'

red 53 ◦ green 25 ◦ blue 14

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

Shades of Brown Pod #35190E

Tints of Brown Pod #35190E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 57.61%
G = 27.17%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#35190E (or 0x35190E) is known color: Brown Pod. HEX triplet: 35, 19 and 0E. RGB value is (53,25,14). Sum of RGB (Red+Green+Blue) = 53+25+14=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #35190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35190E is #CAE6F1. Grayscale: #202020. Windows color (decimal): -13297394 or 923957. OLE color: 923957.

HSL color Cylindrical-coordinate representation of color #35190E: hue angle of 16.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35190E is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 25 14 -
CMYK 0 0.53 0.74 0.79
HSL 16.92º 0.58% 0.13% -
HSV(B) 16.92º 0.74% 0.21% -
XYZ 1.9 1.48 0.6 -
YUV 32.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 53 25 14 0 0.53 0.74 0.79 16.92 0.58 0.13
Hex 35 19 E 0 35 4A 4F 11 3A D
Octal 65 31 16 0 65 112 117 21 72 15
Binary 110101 11001 1110 0 110101 1001010 1001111 10001 111010 1101

Color Harmonies of #35190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35190E

Black with #35190E

Text Example


Text Example

White with #35190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35190E; }

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

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

background-color css

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

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

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

border-color css

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

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

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