Html Css Color HEX #875031 Korma

📋 copy color: '#875031'

red 135 ◦ green 80 ◦ blue 49

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

Shades of Korma #875031

Tints of Korma #875031

RGB

 RED value IS 135 (53.13% from 255) = 51.14%

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

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

R = 51.14%
G = 30.3%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875031 (or 0x875031) is known color: Korma. HEX triplet: 87, 50 and 31. RGB value is (135,80,49). Sum of RGB (Red+Green+Blue) = 135+80+49=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #875031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875031 is #78AFCE. Grayscale: #5D5D5D. Windows color (decimal): -7909327 or 3231879. OLE color: 3231879.

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

Color convert

RGB 135 80 49 -
CMYK 0 0.41 0.64 0.47
HSL 21.63º 0.47% 0.36% -
HSV(B) 21.63º 0.64% 0.53% -
XYZ 13.41 11.11 4.34 -
YUV 92.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 135 80 49 0 0.41 0.64 0.47 21.63 0.47 0.36
Hex 87 50 31 0 29 40 2F 16 2F 24
Octal 207 120 61 0 51 100 57 26 57 44
Binary 10000111 1010000 110001 0 101001 1000000 101111 10110 101111 100100

Color Harmonies of #875031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875031

Black with #875031

Text Example


Text Example

White with #875031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875031; }

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

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

background-color css

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

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

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

border-color css

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

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

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