Html Css Color HEX #875130 Korma

📋 copy color: '#875130'

red 135 ◦ green 81 ◦ blue 48

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

Shades of Korma #875130

Tints of Korma #875130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.68%

 BLUE value IS 48 (19.14% from 255) = 18.18%

R = 51.14%
G = 30.68%
B = 18.18%

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

#875130 (or 0x875130) is known color: Korma. HEX triplet: 87, 51 and 30. RGB value is (135,81,48). Sum of RGB (Red+Green+Blue) = 135+81+48=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #875130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875130 is #78AECF. Grayscale: #5D5D5D. Windows color (decimal): -7909072 or 3166599. OLE color: 3166599.

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

Color convert

RGB 135 81 48 -
CMYK 0 0.40 0.64 0.47
HSL 22.76º 0.48% 0.36% -
HSV(B) 22.76º 0.64% 0.53% -
XYZ 13.47 11.25 4.26 -
YUV 93.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 135 81 48 0 0.40 0.64 0.47 22.76 0.48 0.36
Hex 87 51 30 0 28 40 2F 17 30 24
Octal 207 121 60 0 50 100 57 27 60 44
Binary 10000111 1010001 110000 0 101000 1000000 101111 10111 110000 100100

Color Harmonies of #875130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875130

Black with #875130

Text Example


Text Example

White with #875130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875130; }

 p { color: rgb(135,81,48); }

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

background-color css

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

 a { background-color: rgb(135,81,48); }

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

border-color css

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

 span { border-color: rgb(135,81,48); }

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