Html Css Color HEX #874A25 Korma

📋 copy color: '#874A25'

red 135 ◦ green 74 ◦ blue 37

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

Shades of Korma #874A25

Tints of Korma #874A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.08%

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

R = 54.88%
G = 30.08%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#874A25 (or 0x874A25) is known color: Korma. HEX triplet: 87, 4A and 25. RGB value is (135,74,37). Sum of RGB (Red+Green+Blue) = 135+74+37=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #874A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A25 is #78B5DA. Grayscale: #585858. Windows color (decimal): -7910875 or 2443911. OLE color: 2443911.

HSL color Cylindrical-coordinate representation of color #874A25: hue angle of 22.65º 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 #874A25 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 74 37 -
CMYK 0 0.45 0.73 0.47
HSL 22.65º 0.57% 0.34% -
HSV(B) 22.65º 0.73% 0.53% -
XYZ 12.77 10.18 3.04 -
YUV 88.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 135 74 37 0 0.45 0.73 0.47 22.65 0.57 0.34
Hex 87 4A 25 0 2D 49 2F 17 39 22
Octal 207 112 45 0 55 111 57 27 71 42
Binary 10000111 1001010 100101 0 101101 1001001 101111 10111 111001 100010

Color Harmonies of #874A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A25

Black with #874A25

Text Example


Text Example

White with #874A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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