Html Css Color HEX #874F2E Korma

📋 copy color: '#874F2E'

red 135 ◦ green 79 ◦ blue 46

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

Shades of Korma #874F2E

Tints of Korma #874F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 51.92%
G = 30.38%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#874F2E (or 0x874F2E) is known color: Korma. HEX triplet: 87, 4F and 2E. RGB value is (135,79,46). Sum of RGB (Red+Green+Blue) = 135+79+46=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #874F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F2E is #78B0D1. Grayscale: #5C5C5C. Windows color (decimal): -7909586 or 3035015. OLE color: 3035015.

HSL color Cylindrical-coordinate representation of color #874F2E: hue angle of 22.25º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #874F2E is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 79 46 -
CMYK 0 0.41 0.66 0.47
HSL 22.25º 0.49% 0.35% -
HSV(B) 22.25º 0.66% 0.53% -
XYZ 13.28 10.94 4 -
YUV 91.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 135 79 46 0 0.41 0.66 0.47 22.25 0.49 0.35
Hex 87 4F 2E 0 29 42 2F 16 31 23
Octal 207 117 56 0 51 102 57 26 61 43
Binary 10000111 1001111 101110 0 101001 1000010 101111 10110 110001 100011

Color Harmonies of #874F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F2E

Black with #874F2E

Text Example


Text Example

White with #874F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,46); }

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

background-color css

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

 a { background-color: rgb(135,79,46); }

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

border-color css

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

 span { border-color: rgb(135,79,46); }

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