Html Css Color HEX #875121 Korma

📋 copy color: '#875121'

red 135 ◦ green 81 ◦ blue 33

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

Shades of Korma #875121

Tints of Korma #875121

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 33 (13.28% from 255) = 13.25%

R = 54.22%
G = 32.53%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#875121 (or 0x875121) is known color: Korma. HEX triplet: 87, 51 and 21. RGB value is (135,81,33). Sum of RGB (Red+Green+Blue) = 135+81+33=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #875121 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875121 is #78AEDE. Grayscale: #5B5B5B. Windows color (decimal): -7909087 or 2183559. OLE color: 2183559.

HSL color Cylindrical-coordinate representation of color #875121: hue angle of 28.24º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #875121 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 33 -
CMYK 0 0.40 0.76 0.47
HSL 28.24º 0.61% 0.33% -
HSV(B) 28.24º 0.76% 0.53% -
XYZ 13.21 11.15 2.89 -
YUV 91.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 135 81 33 0 0.40 0.76 0.47 28.24 0.61 0.33
Hex 87 51 21 0 28 4C 2F 1C 3D 21
Octal 207 121 41 0 50 114 57 34 75 41
Binary 10000111 1010001 100001 0 101000 1001100 101111 11100 111101 100001

Color Harmonies of #875121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875121

Black with #875121

Text Example


Text Example

White with #875121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875121; }

 p { color: rgb(135,81,33); }

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

background-color css

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

 a { background-color: rgb(135,81,33); }

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

border-color css

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

 span { border-color: rgb(135,81,33); }

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