Html Css Color HEX #875630 Korma

📋 copy color: '#875630'

red 135 ◦ green 86 ◦ blue 48

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

Shades of Korma #875630

Tints of Korma #875630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.97%

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

R = 50.19%
G = 31.97%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#875630 (or 0x875630) is known color: Korma. HEX triplet: 87, 56 and 30. RGB value is (135,86,48). Sum of RGB (Red+Green+Blue) = 135+86+48=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #875630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875630 is #78A9CF. Grayscale: #606060. Windows color (decimal): -7907792 or 3167879. OLE color: 3167879.

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

Color convert

RGB 135 86 48 -
CMYK 0 0.36 0.64 0.47
HSL 26.21º 0.48% 0.36% -
HSV(B) 26.21º 0.64% 0.53% -
XYZ 13.85 12.02 4.39 -
YUV 96.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 135 86 48 0 0.36 0.64 0.47 26.21 0.48 0.36
Hex 87 56 30 0 24 40 2F 1A 30 24
Octal 207 126 60 0 44 100 57 32 60 44
Binary 10000111 1010110 110000 0 100100 1000000 101111 11010 110000 100100

Color Harmonies of #875630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875630

Black with #875630

Text Example


Text Example

White with #875630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875630; }

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

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

background-color css

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

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

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

border-color css

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

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

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