Html Css Color HEX #36221B Brown Pod

📋 copy color: '#36221B'

red 54 ◦ green 34 ◦ blue 27

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

Shades of Brown Pod #36221B

Tints of Brown Pod #36221B

RGB

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

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

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

R = 46.96%
G = 29.57%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.5

 K value IS 0.79

RGB Variations

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

Color information

#36221B (or 0x36221B) is known color: Brown Pod. HEX triplet: 36, 22 and 1B. RGB value is (54,34,27). Sum of RGB (Red+Green+Blue) = 54+34+27=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36221B is #C9DDE4. Grayscale: #272727. Windows color (decimal): -13229541 or 1778230. OLE color: 1778230.

HSL color Cylindrical-coordinate representation of color #36221B: hue angle of 15.56º 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 #36221B is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 34 27 -
CMYK 0 0.37 0.5 0.79
HSL 15.56º 0.33% 0.16% -
HSV(B) 15.56º 0.5% 0.21% -
XYZ 2.29 2.01 1.3 -
YUV 39.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 54 34 27 0 0.37 0.5 0.79 15.56 0.33 0.16
Hex 36 22 1B 0 25 32 4F 10 21 10
Octal 66 42 33 0 45 62 117 20 41 20
Binary 110110 100010 11011 0 100101 110010 1001111 10000 100001 10000

Color Harmonies of #36221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36221B

Black with #36221B

Text Example


Text Example

White with #36221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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