Html Css Color HEX #875426 Korma

📋 copy color: '#875426'

red 135 ◦ green 84 ◦ blue 38

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

Shades of Korma #875426

Tints of Korma #875426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.68%

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

R = 52.53%
G = 32.68%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#875426 (or 0x875426) is known color: Korma. HEX triplet: 87, 54 and 26. RGB value is (135,84,38). Sum of RGB (Red+Green+Blue) = 135+84+38=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #875426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875426 is #78ABD9. Grayscale: #5E5E5E. Windows color (decimal): -7908314 or 2512007. OLE color: 2512007.

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

Color convert

RGB 135 84 38 -
CMYK 0 0.38 0.72 0.47
HSL 28.45º 0.56% 0.34% -
HSV(B) 28.45º 0.72% 0.53% -
XYZ 13.51 11.63 3.37 -
YUV 94.01 96.4 157.24 -
System Red Green Blue C M Y K H S L
Decimal 135 84 38 0 0.38 0.72 0.47 28.45 0.56 0.34
Hex 87 54 26 0 26 48 2F 1C 38 22
Octal 207 124 46 0 46 110 57 34 70 42
Binary 10000111 1010100 100110 0 100110 1001000 101111 11100 111000 100010

Color Harmonies of #875426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875426

Black with #875426

Text Example


Text Example

White with #875426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875426; }

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

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

background-color css

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

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

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

border-color css

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

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

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