Html Css Color HEX #874925 Korma

📋 copy color: '#874925'

red 135 ◦ green 73 ◦ blue 37

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

Shades of Korma #874925

Tints of Korma #874925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.8%

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

R = 55.1%
G = 29.8%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#874925 (or 0x874925) is known color: Korma. HEX triplet: 87, 49 and 25. RGB value is (135,73,37). Sum of RGB (Red+Green+Blue) = 135+73+37=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #874925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874925 is #78B6DA. Grayscale: #575757. Windows color (decimal): -7911131 or 2443655. OLE color: 2443655.

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

Color convert

RGB 135 73 37 -
CMYK 0 0.46 0.73 0.47
HSL 22.04º 0.57% 0.34% -
HSV(B) 22.04º 0.73% 0.53% -
XYZ 12.71 10.05 3.02 -
YUV 87.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 135 73 37 0 0.46 0.73 0.47 22.04 0.57 0.34
Hex 87 49 25 0 2E 49 2F 16 39 22
Octal 207 111 45 0 56 111 57 26 71 42
Binary 10000111 1001001 100101 0 101110 1001001 101111 10110 111001 100010

Color Harmonies of #874925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874925

Black with #874925

Text Example


Text Example

White with #874925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874925; }

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

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

background-color css

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

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

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

border-color css

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

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

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