Html Css Color HEX #352019 Brown Pod

📋 copy color: '#352019'

red 53 ◦ green 32 ◦ blue 25

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

Shades of Brown Pod #352019

Tints of Brown Pod #352019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.09%

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

R = 48.18%
G = 29.09%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352019 (or 0x352019) is known color: Brown Pod. HEX triplet: 35, 20 and 19. RGB value is (53,32,25). Sum of RGB (Red+Green+Blue) = 53+32+25=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 32 (12.89% from 255 or 29.09% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352019 is #CADFE6. Grayscale: #252525. Windows color (decimal): -13295591 or 1646645. OLE color: 1646645.

HSL color Cylindrical-coordinate representation of color #352019: hue angle of 15º 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 #352019 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 25 -
CMYK 0 0.40 0.53 0.79
HSL 15º 0.36% 0.15% -
HSV(B) 15º 0.53% 0.21% -
XYZ 2.16 1.86 1.16 -
YUV 37.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 53 32 25 0 0.40 0.53 0.79 15 0.36 0.15
Hex 35 20 19 0 28 35 4F F 24 F
Octal 65 40 31 0 50 65 117 17 44 17
Binary 110101 100000 11001 0 101000 110101 1001111 1111 100100 1111

Color Harmonies of #352019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352019

Black with #352019

Text Example


Text Example

White with #352019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352019; }

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

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

background-color css

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

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

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

border-color css

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

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

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