Html Css Color HEX #864D2A Korma

📋 copy color: '#864D2A'

red 134 ◦ green 77 ◦ blue 42

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

Shades of Korma #864D2A

Tints of Korma #864D2A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.43%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 52.96%
G = 30.43%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#864D2A (or 0x864D2A) is known color: Korma. HEX triplet: 86, 4D and 2A. RGB value is (134,77,42). Sum of RGB (Red+Green+Blue) = 134+77+42=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #864D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D2A is #79B2D5. Grayscale: #5A5A5A. Windows color (decimal): -7975638 or 2772358. OLE color: 2772358.

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

Color convert

RGB 134 77 42 -
CMYK 0 0.43 0.69 0.47
HSL 22.83º 0.52% 0.35% -
HSV(B) 22.83º 0.69% 0.53% -
XYZ 12.9 10.54 3.55 -
YUV 90.05 100.88 159.35 -
System Red Green Blue C M Y K H S L
Decimal 134 77 42 0 0.43 0.69 0.47 22.83 0.52 0.35
Hex 86 4D 2A 0 2B 45 2F 17 34 23
Octal 206 115 52 0 53 105 57 27 64 43
Binary 10000110 1001101 101010 0 101011 1000101 101111 10111 110100 100011

Color Harmonies of #864D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D2A

Black with #864D2A

Text Example


Text Example

White with #864D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864D2A; }

 p { color: rgb(134,77,42); }

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

background-color css

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

 a { background-color: rgb(134,77,42); }

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

border-color css

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

 span { border-color: rgb(134,77,42); }

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