Html Css Color HEX #874D2A Korma

📋 copy color: '#874D2A'

red 135 ◦ green 77 ◦ blue 42

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

Shades of Korma #874D2A

Tints of Korma #874D2A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.31%

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 53.15%
G = 30.31%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#874D2A (or 0x874D2A) is known color: Korma. HEX triplet: 87, 4D and 2A. RGB value is (135,77,42). Sum of RGB (Red+Green+Blue) = 135+77+42=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #874D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D2A is #78B2D5. Grayscale: #5A5A5A. Windows color (decimal): -7910102 or 2772359. OLE color: 2772359.

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

Color convert

RGB 135 77 42 -
CMYK 0 0.43 0.69 0.47
HSL 22.58º 0.53% 0.35% -
HSV(B) 22.58º 0.69% 0.53% -
XYZ 13.06 10.63 3.55 -
YUV 90.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 135 77 42 0 0.43 0.69 0.47 22.58 0.53 0.35
Hex 87 4D 2A 0 2B 45 2F 17 35 23
Octal 207 115 52 0 53 105 57 27 65 43
Binary 10000111 1001101 101010 0 101011 1000101 101111 10111 110101 100011

Color Harmonies of #874D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D2A

Black with #874D2A

Text Example


Text Example

White with #874D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,42); }

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

background-color css

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

 a { background-color: rgb(135,77,42); }

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

border-color css

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

 span { border-color: rgb(135,77,42); }

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