Html Css Color HEX #352118 Brown Pod

📋 copy color: '#352118'

red 53 ◦ green 33 ◦ blue 24

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

Shades of Brown Pod #352118

Tints of Brown Pod #352118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 48.18%
G = 30%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352118 (or 0x352118) is known color: Brown Pod. HEX triplet: 35, 21 and 18. RGB value is (53,33,24). Sum of RGB (Red+Green+Blue) = 53+33+24=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352118 is #CADEE7. Grayscale: #262626. Windows color (decimal): -13295336 or 1581365. OLE color: 1581365.

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

Color convert

RGB 53 33 24 -
CMYK 0 0.38 0.55 0.79
HSL 18.62º 0.38% 0.15% -
HSV(B) 18.62º 0.55% 0.21% -
XYZ 2.18 1.91 1.12 -
YUV 37.95 120.13 138.73 -
System Red Green Blue C M Y K H S L
Decimal 53 33 24 0 0.38 0.55 0.79 18.62 0.38 0.15
Hex 35 21 18 0 26 37 4F 13 26 F
Octal 65 41 30 0 46 67 117 23 46 17
Binary 110101 100001 11000 0 100110 110111 1001111 10011 100110 1111

Color Harmonies of #352118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352118

Black with #352118

Text Example


Text Example

White with #352118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352118; }

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

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

background-color css

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

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

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

border-color css

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

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

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