Html Css Color HEX #35201A Brown Pod

📋 copy color: '#35201A'

red 53 ◦ green 32 ◦ blue 26

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

Shades of Brown Pod #35201A

Tints of Brown Pod #35201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 23.42%

R = 47.75%
G = 28.83%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35201A (or 0x35201A) is known color: Brown Pod. HEX triplet: 35, 20 and 1A. RGB value is (53,32,26). Sum of RGB (Red+Green+Blue) = 53+32+26=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #35201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35201A is #CADFE5. Grayscale: #252525. Windows color (decimal): -13295590 or 1712181. OLE color: 1712181.

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

Color convert

RGB 53 32 26 -
CMYK 0 0.40 0.51 0.79
HSL 13.33º 0.34% 0.15% -
HSV(B) 13.33º 0.51% 0.21% -
XYZ 2.17 1.86 1.22 -
YUV 37.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 53 32 26 0 0.40 0.51 0.79 13.33 0.34 0.15
Hex 35 20 1A 0 28 33 4F D 22 F
Octal 65 40 32 0 50 63 117 15 42 17
Binary 110101 100000 11010 0 101000 110011 1001111 1101 100010 1111

Color Harmonies of #35201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35201A

Black with #35201A

Text Example


Text Example

White with #35201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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