Html Css Color HEX #875225 Korma

📋 copy color: '#875225'

red 135 ◦ green 82 ◦ blue 37

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

Shades of Korma #875225

Tints of Korma #875225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.28%

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 53.15%
G = 32.28%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#875225 (or 0x875225) is known color: Korma. HEX triplet: 87, 52 and 25. RGB value is (135,82,37). Sum of RGB (Red+Green+Blue) = 135+82+37=254 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.15% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 135 - color contains mainly: red. Hex color #875225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875225 is #78ADDA. Grayscale: #5C5C5C. Windows color (decimal): -7908827 or 2445959. OLE color: 2445959.

HSL color Cylindrical-coordinate representation of color #875225: hue angle of 27.55º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #875225 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 82 37 -
CMYK 0 0.39 0.73 0.47
HSL 27.55º 0.57% 0.34% -
HSV(B) 27.55º 0.73% 0.53% -
XYZ 13.34 11.32 3.23 -
YUV 92.72 96.56 158.16 -
System Red Green Blue C M Y K H S L
Decimal 135 82 37 0 0.39 0.73 0.47 27.55 0.57 0.34
Hex 87 52 25 0 27 49 2F 1C 39 22
Octal 207 122 45 0 47 111 57 34 71 42
Binary 10000111 1010010 100101 0 100111 1001001 101111 11100 111001 100010

Color Harmonies of #875225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875225

Black with #875225

Text Example


Text Example

White with #875225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875225; }

 p { color: rgb(135,82,37); }

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

background-color css

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

 a { background-color: rgb(135,82,37); }

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

border-color css

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

 span { border-color: rgb(135,82,37); }

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