Html Css Color HEX #885331 Korma

📋 copy color: '#885331'

red 136 ◦ green 83 ◦ blue 49

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

Shades of Korma #885331

Tints of Korma #885331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 50.75%
G = 30.97%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#885331 (or 0x885331) is known color: Korma. HEX triplet: 88, 53 and 31. RGB value is (136,83,49). Sum of RGB (Red+Green+Blue) = 136+83+49=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885331 is #77ACCE. Grayscale: #5F5F5F. Windows color (decimal): -7843023 or 3232648. OLE color: 3232648.

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

Color convert

RGB 136 83 49 -
CMYK 0 0.39 0.64 0.47
HSL 23.45º 0.47% 0.36% -
HSV(B) 23.45º 0.64% 0.53% -
XYZ 13.8 11.64 4.43 -
YUV 94.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 136 83 49 0 0.39 0.64 0.47 23.45 0.47 0.36
Hex 88 53 31 0 27 40 2F 17 2F 24
Octal 210 123 61 0 47 100 57 27 57 44
Binary 10001000 1010011 110001 0 100111 1000000 101111 10111 101111 100100

Color Harmonies of #885331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885331

Black with #885331

Text Example


Text Example

White with #885331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885331; }

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

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

background-color css

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

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

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

border-color css

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

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

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