Html Css Color HEX #875228 Korma

📋 copy color: '#875228'

red 135 ◦ green 82 ◦ blue 40

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

Shades of Korma #875228

Tints of Korma #875228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 52.53%
G = 31.91%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#875228 (or 0x875228) is known color: Korma. HEX triplet: 87, 52 and 28. RGB value is (135,82,40). Sum of RGB (Red+Green+Blue) = 135+82+40=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #875228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875228 is #78ADD7. Grayscale: #5D5D5D. Windows color (decimal): -7908824 or 2642567. OLE color: 2642567.

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

Color convert

RGB 135 82 40 -
CMYK 0 0.39 0.70 0.47
HSL 26.53º 0.54% 0.34% -
HSV(B) 26.53º 0.7% 0.53% -
XYZ 13.39 11.34 3.49 -
YUV 93.06 98.06 157.92 -
System Red Green Blue C M Y K H S L
Decimal 135 82 40 0 0.39 0.70 0.47 26.53 0.54 0.34
Hex 87 52 28 0 27 46 2F 1B 36 22
Octal 207 122 50 0 47 106 57 33 66 42
Binary 10000111 1010010 101000 0 100111 1000110 101111 11011 110110 100010

Color Harmonies of #875228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875228

Black with #875228

Text Example


Text Example

White with #875228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875228; }

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

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

background-color css

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

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

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

border-color css

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

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

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