Html Css Color HEX #874A26 Korma

📋 copy color: '#874A26'

red 135 ◦ green 74 ◦ blue 38

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

Shades of Korma #874A26

Tints of Korma #874A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 54.66%
G = 29.96%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#874A26 (or 0x874A26) is known color: Korma. HEX triplet: 87, 4A and 26. RGB value is (135,74,38). Sum of RGB (Red+Green+Blue) = 135+74+38=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #874A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A26 is #78B5D9. Grayscale: #585858. Windows color (decimal): -7910874 or 2509447. OLE color: 2509447.

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

Color convert

RGB 135 74 38 -
CMYK 0 0.45 0.72 0.47
HSL 22.27º 0.56% 0.34% -
HSV(B) 22.27º 0.72% 0.53% -
XYZ 12.79 10.19 3.13 -
YUV 88.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 135 74 38 0 0.45 0.72 0.47 22.27 0.56 0.34
Hex 87 4A 26 0 2D 48 2F 16 38 22
Octal 207 112 46 0 55 110 57 26 70 42
Binary 10000111 1001010 100110 0 101101 1001000 101111 10110 111000 100010

Color Harmonies of #874A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A26

Black with #874A26

Text Example


Text Example

White with #874A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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