Html Css Color HEX #885231 Korma

📋 copy color: '#885231'

red 136 ◦ green 82 ◦ blue 49

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

Shades of Korma #885231

Tints of Korma #885231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 50.94%
G = 30.71%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#885231 (or 0x885231) is known color: Korma. HEX triplet: 88, 52 and 31. RGB value is (136,82,49). Sum of RGB (Red+Green+Blue) = 136+82+49=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #885231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885231 is #77ADCE. Grayscale: #5E5E5E. Windows color (decimal): -7843279 or 3232392. OLE color: 3232392.

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

Color convert

RGB 136 82 49 -
CMYK 0 0.40 0.64 0.47
HSL 22.76º 0.47% 0.36% -
HSV(B) 22.76º 0.64% 0.53% -
XYZ 13.73 11.49 4.4 -
YUV 94.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 136 82 49 0 0.40 0.64 0.47 22.76 0.47 0.36
Hex 88 52 31 0 28 40 2F 17 2F 24
Octal 210 122 61 0 50 100 57 27 57 44
Binary 10001000 1010010 110001 0 101000 1000000 101111 10111 101111 100100

Color Harmonies of #885231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885231

Black with #885231

Text Example


Text Example

White with #885231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885231; }

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

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

background-color css

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

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

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

border-color css

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

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

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