Html Css Color HEX #865130 Korma

📋 copy color: '#865130'

red 134 ◦ green 81 ◦ blue 48

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

Shades of Korma #865130

Tints of Korma #865130

RGB

 RED value IS 134 (52.73% from 255) = 50.95%

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

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

R = 50.95%
G = 30.8%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#865130 (or 0x865130) is known color: Korma. HEX triplet: 86, 51 and 30. RGB value is (134,81,48). Sum of RGB (Red+Green+Blue) = 134+81+48=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #865130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865130 is #79AECF. Grayscale: #5D5D5D. Windows color (decimal): -7974608 or 3166598. OLE color: 3166598.

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

Color convert

RGB 134 81 48 -
CMYK 0 0.40 0.64 0.47
HSL 23.02º 0.47% 0.36% -
HSV(B) 23.02º 0.64% 0.53% -
XYZ 13.31 11.17 4.25 -
YUV 93.09 102.56 157.18 -
System Red Green Blue C M Y K H S L
Decimal 134 81 48 0 0.40 0.64 0.47 23.02 0.47 0.36
Hex 86 51 30 0 28 40 2F 17 2F 24
Octal 206 121 60 0 50 100 57 27 57 44
Binary 10000110 1010001 110000 0 101000 1000000 101111 10111 101111 100100

Color Harmonies of #865130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865130

Black with #865130

Text Example


Text Example

White with #865130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865130; }

 p { color: rgb(134,81,48); }

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

background-color css

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

 a { background-color: rgb(134,81,48); }

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

border-color css

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

 span { border-color: rgb(134,81,48); }

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