Html Css Color HEX #885022 Korma

📋 copy color: '#885022'

red 136 ◦ green 80 ◦ blue 34

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

Shades of Korma #885022

Tints of Korma #885022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 54.4%
G = 32%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#885022 (or 0x885022) is known color: Korma. HEX triplet: 88, 50 and 22. RGB value is (136,80,34). Sum of RGB (Red+Green+Blue) = 136+80+34=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #885022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885022 is #77AFDD. Grayscale: #5B5B5B. Windows color (decimal): -7843806 or 2248840. OLE color: 2248840.

HSL color Cylindrical-coordinate representation of color #885022: hue angle of 27.06º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885022 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 34 -
CMYK 0 0.41 0.75 0.47
HSL 27.06º 0.6% 0.33% -
HSV(B) 27.06º 0.75% 0.53% -
XYZ 13.31 11.09 2.95 -
YUV 91.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 136 80 34 0 0.41 0.75 0.47 27.06 0.6 0.33
Hex 88 50 22 0 29 4B 2F 1B 3C 21
Octal 210 120 42 0 51 113 57 33 74 41
Binary 10001000 1010000 100010 0 101001 1001011 101111 11011 111100 100001

Color Harmonies of #885022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885022

Black with #885022

Text Example


Text Example

White with #885022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885022; }

 p { color: rgb(136,80,34); }

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

background-color css

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

 a { background-color: rgb(136,80,34); }

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

border-color css

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

 span { border-color: rgb(136,80,34); }

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