Html Css Color HEX #864B2B Korma

📋 copy color: '#864B2B'

red 134 ◦ green 75 ◦ blue 43

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

Shades of Korma #864B2B

Tints of Korma #864B2B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.76%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 53.17%
G = 29.76%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#864B2B (or 0x864B2B) is known color: Korma. HEX triplet: 86, 4B and 2B. RGB value is (134,75,43). Sum of RGB (Red+Green+Blue) = 134+75+43=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #864B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B2B is #79B4D4. Grayscale: #595959. Windows color (decimal): -7976149 or 2837382. OLE color: 2837382.

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

Color convert

RGB 134 75 43 -
CMYK 0 0.44 0.68 0.47
HSL 21.1º 0.51% 0.35% -
HSV(B) 21.1º 0.68% 0.53% -
XYZ 12.78 10.27 3.59 -
YUV 88.99 102.05 160.1 -
System Red Green Blue C M Y K H S L
Decimal 134 75 43 0 0.44 0.68 0.47 21.1 0.51 0.35
Hex 86 4B 2B 0 2C 44 2F 15 33 23
Octal 206 113 53 0 54 104 57 25 63 43
Binary 10000110 1001011 101011 0 101100 1000100 101111 10101 110011 100011

Color Harmonies of #864B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864B2B

Black with #864B2B

Text Example


Text Example

White with #864B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,75,43); }

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

background-color css

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

 a { background-color: rgb(134,75,43); }

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

border-color css

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

 span { border-color: rgb(134,75,43); }

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