Html Css Color HEX #352015 Brown Pod

📋 copy color: '#352015'

red 53 ◦ green 32 ◦ blue 21

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

Shades of Brown Pod #352015

Tints of Brown Pod #352015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.81%

R = 50%
G = 30.19%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.79

RGB Variations

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

Color information

#352015 (or 0x352015) is known color: Brown Pod. HEX triplet: 35, 20 and 15. RGB value is (53,32,21). Sum of RGB (Red+Green+Blue) = 53+32+21=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352015 is #CADFEA. Grayscale: #252525. Windows color (decimal): -13295595 or 1384501. OLE color: 1384501.

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

Color convert

RGB 53 32 21 -
CMYK 0 0.40 0.60 0.79
HSL 20.63º 0.43% 0.15% -
HSV(B) 20.63º 0.6% 0.21% -
XYZ 2.12 1.84 0.95 -
YUV 37.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 53 32 21 0 0.40 0.60 0.79 20.63 0.43 0.15
Hex 35 20 15 0 28 3C 4F 15 2B F
Octal 65 40 25 0 50 74 117 25 53 17
Binary 110101 100000 10101 0 101000 111100 1001111 10101 101011 1111

Color Harmonies of #352015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352015

Black with #352015

Text Example


Text Example

White with #352015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352015; }

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

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

background-color css

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

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

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

border-color css

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

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

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