Html Css Color HEX #352018 Brown Pod

📋 copy color: '#352018'

red 53 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #352018

Tints of Brown Pod #352018

RGB

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

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

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

R = 48.62%
G = 29.36%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352018 (or 0x352018) is known color: Brown Pod. HEX triplet: 35, 20 and 18. RGB value is (53,32,24). Sum of RGB (Red+Green+Blue) = 53+32+24=109 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.62% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 53 - color contains mainly: red. Hex color #352018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352018 is #CADFE7. Grayscale: #252525. Windows color (decimal): -13295592 or 1581109. OLE color: 1581109.

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

Color convert

RGB 53 32 24 -
CMYK 0 0.40 0.55 0.79
HSL 16.55º 0.38% 0.15% -
HSV(B) 16.55º 0.55% 0.21% -
XYZ 2.15 1.86 1.11 -
YUV 37.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 53 32 24 0 0.40 0.55 0.79 16.55 0.38 0.15
Hex 35 20 18 0 28 37 4F 11 26 F
Octal 65 40 30 0 50 67 117 21 46 17
Binary 110101 100000 11000 0 101000 110111 1001111 10001 100110 1111

Color Harmonies of #352018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352018

Black with #352018

Text Example


Text Example

White with #352018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352018; }

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

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

background-color css

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

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

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

border-color css

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

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

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