Html Css Color HEX #864827 Korma

📋 copy color: '#864827'

red 134 ◦ green 72 ◦ blue 39

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

Shades of Korma #864827

Tints of Korma #864827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.39%

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 54.69%
G = 29.39%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#864827 (or 0x864827) is known color: Korma. HEX triplet: 86, 48 and 27. RGB value is (134,72,39). Sum of RGB (Red+Green+Blue) = 134+72+39=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864827 is #79B7D8. Grayscale: #565656. Windows color (decimal): -7976921 or 2574470. OLE color: 2574470.

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

Color convert

RGB 134 72 39 -
CMYK 0 0.46 0.71 0.47
HSL 20.84º 0.55% 0.34% -
HSV(B) 20.84º 0.71% 0.53% -
XYZ 12.52 9.85 3.16 -
YUV 86.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 134 72 39 0 0.46 0.71 0.47 20.84 0.55 0.34
Hex 86 48 27 0 2E 47 2F 15 37 22
Octal 206 110 47 0 56 107 57 25 67 42
Binary 10000110 1001000 100111 0 101110 1000111 101111 10101 110111 100010

Color Harmonies of #864827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864827

Black with #864827

Text Example


Text Example

White with #864827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864827; }

 p { color: rgb(134,72,39); }

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

background-color css

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

 a { background-color: rgb(134,72,39); }

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

border-color css

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

 span { border-color: rgb(134,72,39); }

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