Html Css Color HEX #865024 Korma

📋 copy color: '#865024'

red 134 ◦ green 80 ◦ blue 36

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

Shades of Korma #865024

Tints of Korma #865024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 53.6%
G = 32%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#865024 (or 0x865024) is known color: Korma. HEX triplet: 86, 50 and 24. RGB value is (134,80,36). Sum of RGB (Red+Green+Blue) = 134+80+36=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #865024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865024 is #79AFDB. Grayscale: #5B5B5B. Windows color (decimal): -7974876 or 2379910. OLE color: 2379910.

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

Color convert

RGB 134 80 36 -
CMYK 0 0.40 0.73 0.47
HSL 26.94º 0.58% 0.33% -
HSV(B) 26.94º 0.73% 0.53% -
XYZ 13.02 10.93 3.09 -
YUV 91.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 134 80 36 0 0.40 0.73 0.47 26.94 0.58 0.33
Hex 86 50 24 0 28 49 2F 1B 3A 21
Octal 206 120 44 0 50 111 57 33 72 41
Binary 10000110 1010000 100100 0 101000 1001001 101111 11011 111010 100001

Color Harmonies of #865024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865024

Black with #865024

Text Example


Text Example

White with #865024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865024; }

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

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

background-color css

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

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

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

border-color css

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

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

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