Html Css Color HEX #351E19 Brown Pod

📋 copy color: '#351E19'

red 53 ◦ green 30 ◦ blue 25

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

Shades of Brown Pod #351E19

Tints of Brown Pod #351E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 49.07%
G = 27.78%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#351E19 (or 0x351E19) is known color: Brown Pod. HEX triplet: 35, 1E and 19. RGB value is (53,30,25). Sum of RGB (Red+Green+Blue) = 53+30+25=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #351E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #351E19 is #CAE1E6. Grayscale: #242424. Windows color (decimal): -13296103 or 1646133. OLE color: 1646133.

HSL color Cylindrical-coordinate representation of color #351E19: hue angle of 10.71º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #351E19 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 30 25 -
CMYK 0 0.43 0.53 0.79
HSL 10.71º 0.36% 0.15% -
HSV(B) 10.71º 0.53% 0.21% -
XYZ 2.11 1.76 1.15 -
YUV 36.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 53 30 25 0 0.43 0.53 0.79 10.71 0.36 0.15
Hex 35 1E 19 0 2B 35 4F B 24 F
Octal 65 36 31 0 53 65 117 13 44 17
Binary 110101 11110 11001 0 101011 110101 1001111 1011 100100 1111

Color Harmonies of #351E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351E19

Black with #351E19

Text Example


Text Example

White with #351E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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