Html Css Color HEX #875025 Korma

📋 copy color: '#875025'

red 135 ◦ green 80 ◦ blue 37

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

Shades of Korma #875025

Tints of Korma #875025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 53.57%
G = 31.75%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#875025 (or 0x875025) is known color: Korma. HEX triplet: 87, 50 and 25. RGB value is (135,80,37). Sum of RGB (Red+Green+Blue) = 135+80+37=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875025 is #78AFDA. Grayscale: #5B5B5B. Windows color (decimal): -7909339 or 2445447. OLE color: 2445447.

HSL color Cylindrical-coordinate representation of color #875025: hue angle of 26.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #875025 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 37 -
CMYK 0 0.41 0.73 0.47
HSL 26.33º 0.57% 0.34% -
HSV(B) 26.33º 0.73% 0.53% -
XYZ 13.19 11.02 3.18 -
YUV 91.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 135 80 37 0 0.41 0.73 0.47 26.33 0.57 0.34
Hex 87 50 25 0 29 49 2F 1A 39 22
Octal 207 120 45 0 51 111 57 32 71 42
Binary 10000111 1010000 100101 0 101001 1001001 101111 11010 111001 100010

Color Harmonies of #875025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875025

Black with #875025

Text Example


Text Example

White with #875025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875025; }

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

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

background-color css

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

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

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

border-color css

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

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

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