Html Css Color HEX #35221C Brown Pod

📋 copy color: '#35221C'

red 53 ◦ green 34 ◦ blue 28

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

Shades of Brown Pod #35221C

Tints of Brown Pod #35221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 46.09%
G = 29.57%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35221C (or 0x35221C) is known color: Brown Pod. HEX triplet: 35, 22 and 1C. RGB value is (53,34,28). Sum of RGB (Red+Green+Blue) = 53+34+28=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35221C is #CADDE3. Grayscale: #272727. Windows color (decimal): -13295076 or 1843765. OLE color: 1843765.

HSL color Cylindrical-coordinate representation of color #35221C: hue angle of 14.4º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35221C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 34 28 -
CMYK 0 0.36 0.47 0.79
HSL 14.4º 0.31% 0.16% -
HSV(B) 14.4º 0.47% 0.21% -
XYZ 2.25 1.98 1.36 -
YUV 39 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 53 34 28 0 0.36 0.47 0.79 14.4 0.31 0.16
Hex 35 22 1C 0 24 2F 4F E 1F 10
Octal 65 42 34 0 44 57 117 16 37 20
Binary 110101 100010 11100 0 100100 101111 1001111 1110 11111 10000

Color Harmonies of #35221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35221C

Black with #35221C

Text Example


Text Example

White with #35221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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