Html Css Color HEX #855031 Korma

📋 copy color: '#855031'

red 133 ◦ green 80 ◦ blue 49

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

Shades of Korma #855031

Tints of Korma #855031

RGB

 RED value IS 133 (52.34% from 255) = 50.76%

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

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

R = 50.76%
G = 30.53%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#855031 (or 0x855031) is known color: Korma. HEX triplet: 85, 50 and 31. RGB value is (133,80,49). Sum of RGB (Red+Green+Blue) = 133+80+49=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #855031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855031 is #7AAFCE. Grayscale: #5C5C5C. Windows color (decimal): -8040399 or 3231877. OLE color: 3231877.

HSL color Cylindrical-coordinate representation of color #855031: hue angle of 22.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #855031 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 49 -
CMYK 0 0.40 0.63 0.48
HSL 22.14º 0.46% 0.36% -
HSV(B) 22.14º 0.63% 0.52% -
XYZ 13.1 10.95 4.33 -
YUV 92.31 103.56 157.02 -
System Red Green Blue C M Y K H S L
Decimal 133 80 49 0 0.40 0.63 0.48 22.14 0.46 0.36
Hex 85 50 31 0 28 3F 30 16 2E 24
Octal 205 120 61 0 50 77 60 26 56 44
Binary 10000101 1010000 110001 0 101000 111111 110000 10110 101110 100100

Color Harmonies of #855031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855031

Black with #855031

Text Example


Text Example

White with #855031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855031; }

 p { color: rgb(133,80,49); }

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

background-color css

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

 a { background-color: rgb(133,80,49); }

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

border-color css

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

 span { border-color: rgb(133,80,49); }

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