Html Css Color HEX #874A29 Korma

📋 copy color: '#874A29'

red 135 ◦ green 74 ◦ blue 41

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

Shades of Korma #874A29

Tints of Korma #874A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 54%
G = 29.6%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#874A29 (or 0x874A29) is known color: Korma. HEX triplet: 87, 4A and 29. RGB value is (135,74,41). Sum of RGB (Red+Green+Blue) = 135+74+41=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A29 is #78B5D6. Grayscale: #585858. Windows color (decimal): -7910871 or 2706055. OLE color: 2706055.

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

Color convert

RGB 135 74 41 -
CMYK 0 0.45 0.70 0.47
HSL 21.06º 0.53% 0.35% -
HSV(B) 21.06º 0.7% 0.53% -
XYZ 12.84 10.21 3.39 -
YUV 88.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 135 74 41 0 0.45 0.70 0.47 21.06 0.53 0.35
Hex 87 4A 29 0 2D 46 2F 15 35 23
Octal 207 112 51 0 55 106 57 25 65 43
Binary 10000111 1001010 101001 0 101101 1000110 101111 10101 110101 100011

Color Harmonies of #874A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A29

Black with #874A29

Text Example


Text Example

White with #874A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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