Html Css Color HEX #865733 Korma

📋 copy color: '#865733'

red 134 ◦ green 87 ◦ blue 51

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

Shades of Korma #865733

Tints of Korma #865733

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.99%

 BLUE value IS 51 (20.31% from 255) = 18.75%

R = 49.26%
G = 31.99%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#865733 (or 0x865733) is known color: Korma. HEX triplet: 86, 57 and 33. RGB value is (134,87,51). Sum of RGB (Red+Green+Blue) = 134+87+51=272 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.26% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 134 - color contains mainly: red. Hex color #865733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865733 is #79A8CC. Grayscale: #616161. Windows color (decimal): -7973069 or 3364742. OLE color: 3364742.

HSL color Cylindrical-coordinate representation of color #865733: hue angle of 26.02º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865733 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 87 51 -
CMYK 0 0.35 0.62 0.47
HSL 26.02º 0.45% 0.36% -
HSV(B) 26.02º 0.62% 0.53% -
XYZ 13.84 12.12 4.74 -
YUV 96.95 102.07 154.43 -
System Red Green Blue C M Y K H S L
Decimal 134 87 51 0 0.35 0.62 0.47 26.02 0.45 0.36
Hex 86 57 33 0 23 3E 2F 1A 2D 24
Octal 206 127 63 0 43 76 57 32 55 44
Binary 10000110 1010111 110011 0 100011 111110 101111 11010 101101 100100

Color Harmonies of #865733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865733

Black with #865733

Text Example


Text Example

White with #865733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865733; }

 p { color: rgb(134,87,51); }

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

background-color css

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

 a { background-color: rgb(134,87,51); }

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

border-color css

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

 span { border-color: rgb(134,87,51); }

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