Html Css Color HEX #885127 Korma

📋 copy color: '#885127'

red 136 ◦ green 81 ◦ blue 39

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

Shades of Korma #885127

Tints of Korma #885127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

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

R = 53.13%
G = 31.64%
B = 15.23%

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

#885127 (or 0x885127) is known color: Korma. HEX triplet: 88, 51 and 27. RGB value is (136,81,39). Sum of RGB (Red+Green+Blue) = 136+81+39=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885127 is #77AED8. Grayscale: #5C5C5C. Windows color (decimal): -7843545 or 2576776. OLE color: 2576776.

HSL color Cylindrical-coordinate representation of color #885127: hue angle of 25.98º 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 #885127 is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 39 -
CMYK 0 0.40 0.71 0.47
HSL 25.98º 0.55% 0.34% -
HSV(B) 25.98º 0.71% 0.53% -
XYZ 13.46 11.27 3.38 -
YUV 92.66 97.72 158.92 -
System Red Green Blue C M Y K H S L
Decimal 136 81 39 0 0.40 0.71 0.47 25.98 0.55 0.34
Hex 88 51 27 0 28 47 2F 1A 37 22
Octal 210 121 47 0 50 107 57 32 67 42
Binary 10001000 1010001 100111 0 101000 1000111 101111 11010 110111 100010

Color Harmonies of #885127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885127

Black with #885127

Text Example


Text Example

White with #885127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885127; }

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

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

background-color css

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

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

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

border-color css

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

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

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