Html Css Color HEX #352119 Brown Pod

📋 copy color: '#352119'

red 53 ◦ green 33 ◦ blue 25

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

Shades of Brown Pod #352119

Tints of Brown Pod #352119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 29.73%

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

R = 47.75%
G = 29.73%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352119 (or 0x352119) is known color: Brown Pod. HEX triplet: 35, 21 and 19. RGB value is (53,33,25). Sum of RGB (Red+Green+Blue) = 53+33+25=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352119 is #CADEE6. Grayscale: #262626. Windows color (decimal): -13295335 or 1646901. OLE color: 1646901.

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

Color convert

RGB 53 33 25 -
CMYK 0 0.38 0.53 0.79
HSL 17.14º 0.36% 0.15% -
HSV(B) 17.14º 0.53% 0.21% -
XYZ 2.19 1.91 1.17 -
YUV 38.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 53 33 25 0 0.38 0.53 0.79 17.14 0.36 0.15
Hex 35 21 19 0 26 35 4F 11 24 F
Octal 65 41 31 0 46 65 117 21 44 17
Binary 110101 100001 11001 0 100110 110101 1001111 10001 100100 1111

Color Harmonies of #352119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352119

Black with #352119

Text Example


Text Example

White with #352119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352119; }

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

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

background-color css

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

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

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

border-color css

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

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

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