Html Css Color HEX #875529 Korma

📋 copy color: '#875529'

red 135 ◦ green 85 ◦ blue 41

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

Shades of Korma #875529

Tints of Korma #875529

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.57%

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

R = 51.72%
G = 32.57%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#875529 (or 0x875529) is known color: Korma. HEX triplet: 87, 55 and 29. RGB value is (135,85,41). Sum of RGB (Red+Green+Blue) = 135+85+41=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #875529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875529 is #78AAD6. Grayscale: #5F5F5F. Windows color (decimal): -7908055 or 2708871. OLE color: 2708871.

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

Color convert

RGB 135 85 41 -
CMYK 0 0.37 0.70 0.47
HSL 28.09º 0.53% 0.35% -
HSV(B) 28.09º 0.7% 0.53% -
XYZ 13.64 11.81 3.66 -
YUV 94.93 97.57 156.58 -
System Red Green Blue C M Y K H S L
Decimal 135 85 41 0 0.37 0.70 0.47 28.09 0.53 0.35
Hex 87 55 29 0 25 46 2F 1C 35 23
Octal 207 125 51 0 45 106 57 34 65 43
Binary 10000111 1010101 101001 0 100101 1000110 101111 11100 110101 100011

Color Harmonies of #875529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875529

Black with #875529

Text Example


Text Example

White with #875529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875529; }

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

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

background-color css

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

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

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

border-color css

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

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

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