Html Css Color HEX #865029 Korma

📋 copy color: '#865029'

red 134 ◦ green 80 ◦ blue 41

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

Shades of Korma #865029

Tints of Korma #865029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 41 (16.41% from 255) = 16.08%

R = 52.55%
G = 31.37%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#865029 (or 0x865029) is known color: Korma. HEX triplet: 86, 50 and 29. RGB value is (134,80,41). Sum of RGB (Red+Green+Blue) = 134+80+41=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #865029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865029 is #79AFD6. Grayscale: #5B5B5B. Windows color (decimal): -7974871 or 2707590. OLE color: 2707590.

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

Color convert

RGB 134 80 41 -
CMYK 0 0.40 0.69 0.47
HSL 25.16º 0.53% 0.34% -
HSV(B) 25.16º 0.69% 0.53% -
XYZ 13.1 10.97 3.52 -
YUV 91.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 134 80 41 0 0.40 0.69 0.47 25.16 0.53 0.34
Hex 86 50 29 0 28 45 2F 19 35 22
Octal 206 120 51 0 50 105 57 31 65 42
Binary 10000110 1010000 101001 0 101000 1000101 101111 11001 110101 100010

Color Harmonies of #865029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865029

Black with #865029

Text Example


Text Example

White with #865029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865029; }

 p { color: rgb(134,80,41); }

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

background-color css

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

 a { background-color: rgb(134,80,41); }

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

border-color css

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

 span { border-color: rgb(134,80,41); }

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