Html Css Color HEX #36211B Brown Pod

📋 copy color: '#36211B'

red 54 ◦ green 33 ◦ blue 27

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

Shades of Brown Pod #36211B

Tints of Brown Pod #36211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 47.37%
G = 28.95%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36211B (or 0x36211B) is known color: Brown Pod. HEX triplet: 36, 21 and 1B. RGB value is (54,33,27). Sum of RGB (Red+Green+Blue) = 54+33+27=114 (15% of max value = 765). Red value is 54 (21.48% from 255 or 47.37% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 54 - color contains mainly: red. Hex color #36211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36211B is #C9DEE4. Grayscale: #262626. Windows color (decimal): -13229797 or 1777974. OLE color: 1777974.

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

Color convert

RGB 54 33 27 -
CMYK 0 0.39 0.5 0.79
HSL 13.33º 0.33% 0.16% -
HSV(B) 13.33º 0.5% 0.21% -
XYZ 2.26 1.95 1.29 -
YUV 38.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 54 33 27 0 0.39 0.5 0.79 13.33 0.33 0.16
Hex 36 21 1B 0 27 32 4F D 21 10
Octal 66 41 33 0 47 62 117 15 41 20
Binary 110110 100001 11011 0 100111 110010 1001111 1101 100001 10000

Color Harmonies of #36211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36211B

Black with #36211B

Text Example


Text Example

White with #36211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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