Html Css Color HEX #36211C Brown Pod

📋 copy color: '#36211C'

red 54 ◦ green 33 ◦ blue 28

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

Shades of Brown Pod #36211C

Tints of Brown Pod #36211C

RGB

 RED value IS 54 (21.48% from 255) = 46.96%

 GREEN value IS 33 (13.28% from 255) = 28.7%

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

R = 46.96%
G = 28.7%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.79

RGB Variations

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

Color information

#36211C (or 0x36211C) is known color: Brown Pod. HEX triplet: 36, 21 and 1C. RGB value is (54,33,28). Sum of RGB (Red+Green+Blue) = 54+33+28=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36211C is #C9DEE3. Grayscale: #262626. Windows color (decimal): -13229796 or 1843510. OLE color: 1843510.

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

Color convert

RGB 54 33 28 -
CMYK 0 0.39 0.48 0.79
HSL 11.54º 0.32% 0.16% -
HSV(B) 11.54º 0.48% 0.21% -
XYZ 2.27 1.96 1.36 -
YUV 38.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 54 33 28 0 0.39 0.48 0.79 11.54 0.32 0.16
Hex 36 21 1C 0 27 30 4F C 20 10
Octal 66 41 34 0 47 60 117 14 40 20
Binary 110110 100001 11100 0 100111 110000 1001111 1100 100000 10000

Color Harmonies of #36211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36211C

Black with #36211C

Text Example


Text Example

White with #36211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,33,28); }

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

background-color css

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

 a { background-color: rgb(54,33,28); }

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

border-color css

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

 span { border-color: rgb(54,33,28); }

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