Html Css Color HEX #874D26 Korma

📋 copy color: '#874D26'

red 135 ◦ green 77 ◦ blue 38

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

Shades of Korma #874D26

Tints of Korma #874D26

RGB

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

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

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

R = 54%
G = 30.8%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#874D26 (or 0x874D26) is known color: Korma. HEX triplet: 87, 4D and 26. RGB value is (135,77,38). Sum of RGB (Red+Green+Blue) = 135+77+38=250 (33% of max value = 765). Red value is 135 (53.12% from 255 or 54% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 38 (15.23% from 255 or 15.2% from 250); Max value from RGB is 135 - color contains mainly: red. Hex color #874D26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D26 is #78B2D9. Grayscale: #5A5A5A. Windows color (decimal): -7910106 or 2510215. OLE color: 2510215.

HSL color Cylindrical-coordinate representation of color #874D26: hue angle of 24.12º 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 #874D26 is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 77 38 -
CMYK 0 0.43 0.72 0.47
HSL 24.12º 0.56% 0.34% -
HSV(B) 24.12º 0.72% 0.53% -
XYZ 13 10.6 3.19 -
YUV 89.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 135 77 38 0 0.43 0.72 0.47 24.12 0.56 0.34
Hex 87 4D 26 0 2B 48 2F 18 38 22
Octal 207 115 46 0 53 110 57 30 70 42
Binary 10000111 1001101 100110 0 101011 1001000 101111 11000 111000 100010

Color Harmonies of #874D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D26

Black with #874D26

Text Example


Text Example

White with #874D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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