Html Css Color HEX #352218 Brown Pod

📋 copy color: '#352218'

red 53 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #352218

Tints of Brown Pod #352218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

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

R = 47.75%
G = 30.63%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352218 (or 0x352218) is known color: Brown Pod. HEX triplet: 35, 22 and 18. RGB value is (53,34,24). Sum of RGB (Red+Green+Blue) = 53+34+24=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #352218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352218 is #CADDE7. Grayscale: #262626. Windows color (decimal): -13295080 or 1581621. OLE color: 1581621.

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

Color convert

RGB 53 34 24 -
CMYK 0 0.36 0.55 0.79
HSL 20.69º 0.38% 0.15% -
HSV(B) 20.69º 0.55% 0.21% -
XYZ 2.21 1.97 1.13 -
YUV 38.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 53 34 24 0 0.36 0.55 0.79 20.69 0.38 0.15
Hex 35 22 18 0 24 37 4F 15 26 F
Octal 65 42 30 0 44 67 117 25 46 17
Binary 110101 100010 11000 0 100100 110111 1001111 10101 100110 1111

Color Harmonies of #352218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352218

Black with #352218

Text Example


Text Example

White with #352218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352218; }

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

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

background-color css

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

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

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

border-color css

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

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

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