Html Css Color HEX #875230 Korma

📋 copy color: '#875230'

red 135 ◦ green 82 ◦ blue 48

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

Shades of Korma #875230

Tints of Korma #875230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.11%

R = 50.94%
G = 30.94%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875230 (or 0x875230) is known color: Korma. HEX triplet: 87, 52 and 30. RGB value is (135,82,48). Sum of RGB (Red+Green+Blue) = 135+82+48=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #875230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875230 is #78ADCF. Grayscale: #5E5E5E. Windows color (decimal): -7908816 or 3166855. OLE color: 3166855.

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

Color convert

RGB 135 82 48 -
CMYK 0 0.39 0.64 0.47
HSL 23.45º 0.48% 0.36% -
HSV(B) 23.45º 0.64% 0.53% -
XYZ 13.54 11.4 4.28 -
YUV 93.97 102.06 157.26 -
System Red Green Blue C M Y K H S L
Decimal 135 82 48 0 0.39 0.64 0.47 23.45 0.48 0.36
Hex 87 52 30 0 27 40 2F 17 30 24
Octal 207 122 60 0 47 100 57 27 60 44
Binary 10000111 1010010 110000 0 100111 1000000 101111 10111 110000 100100

Color Harmonies of #875230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875230

Black with #875230

Text Example


Text Example

White with #875230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875230; }

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

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

background-color css

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

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

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

border-color css

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

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

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