Html Css Color HEX #874E2B Korma

📋 copy color: '#874E2B'

red 135 ◦ green 78 ◦ blue 43

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

Shades of Korma #874E2B

Tints of Korma #874E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 52.73%
G = 30.47%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#874E2B (or 0x874E2B) is known color: Korma. HEX triplet: 87, 4E and 2B. RGB value is (135,78,43). Sum of RGB (Red+Green+Blue) = 135+78+43=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #874E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E2B is #78B1D4. Grayscale: #5B5B5B. Windows color (decimal): -7909845 or 2838151. OLE color: 2838151.

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

Color convert

RGB 135 78 43 -
CMYK 0 0.42 0.68 0.47
HSL 22.83º 0.52% 0.35% -
HSV(B) 22.83º 0.68% 0.53% -
XYZ 13.15 10.77 3.67 -
YUV 91.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 135 78 43 0 0.42 0.68 0.47 22.83 0.52 0.35
Hex 87 4E 2B 0 2A 44 2F 17 34 23
Octal 207 116 53 0 52 104 57 27 64 43
Binary 10000111 1001110 101011 0 101010 1000100 101111 10111 110100 100011

Color Harmonies of #874E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874E2B

Black with #874E2B

Text Example


Text Example

White with #874E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,78,43); }

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

background-color css

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

 a { background-color: rgb(135,78,43); }

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

border-color css

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

 span { border-color: rgb(135,78,43); }

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