Html Css Color HEX #885227 Korma

📋 copy color: '#885227'

red 136 ◦ green 82 ◦ blue 39

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

Shades of Korma #885227

Tints of Korma #885227

RGB

 RED value IS 136 (53.52% from 255) = 52.92%

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 52.92%
G = 31.91%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#885227 (or 0x885227) is known color: Korma. HEX triplet: 88, 52 and 27. RGB value is (136,82,39). Sum of RGB (Red+Green+Blue) = 136+82+39=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #885227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885227 is #77ADD8. Grayscale: #5D5D5D. Windows color (decimal): -7843289 or 2577032. OLE color: 2577032.

HSL color Cylindrical-coordinate representation of color #885227: hue angle of 26.6º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #885227 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 39 -
CMYK 0 0.40 0.71 0.47
HSL 26.6º 0.55% 0.34% -
HSV(B) 26.6º 0.71% 0.53% -
XYZ 13.54 11.42 3.41 -
YUV 93.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 136 82 39 0 0.40 0.71 0.47 26.6 0.55 0.34
Hex 88 52 27 0 28 47 2F 1B 37 22
Octal 210 122 47 0 50 107 57 33 67 42
Binary 10001000 1010010 100111 0 101000 1000111 101111 11011 110111 100010

Color Harmonies of #885227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885227

Black with #885227

Text Example


Text Example

White with #885227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885227; }

 p { color: rgb(136,82,39); }

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

background-color css

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

 a { background-color: rgb(136,82,39); }

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

border-color css

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

 span { border-color: rgb(136,82,39); }

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