Html Css Color HEX #865333 Korma

📋 copy color: '#865333'

red 134 ◦ green 83 ◦ blue 51

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

Shades of Korma #865333

Tints of Korma #865333

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.97%

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

R = 50%
G = 30.97%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#865333 (or 0x865333) is known color: Korma. HEX triplet: 86, 53 and 33. RGB value is (134,83,51). Sum of RGB (Red+Green+Blue) = 134+83+51=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #865333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865333 is #79ACCC. Grayscale: #5E5E5E. Windows color (decimal): -7974093 or 3363718. OLE color: 3363718.

HSL color Cylindrical-coordinate representation of color #865333: hue angle of 23.13º 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 #865333 is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 51 -
CMYK 0 0.38 0.62 0.47
HSL 23.13º 0.45% 0.36% -
HSV(B) 23.13º 0.62% 0.53% -
XYZ 13.52 11.49 4.64 -
YUV 94.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 134 83 51 0 0.38 0.62 0.47 23.13 0.45 0.36
Hex 86 53 33 0 26 3E 2F 17 2D 24
Octal 206 123 63 0 46 76 57 27 55 44
Binary 10000110 1010011 110011 0 100110 111110 101111 10111 101101 100100

Color Harmonies of #865333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865333

Black with #865333

Text Example


Text Example

White with #865333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865333; }

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

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

background-color css

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

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

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

border-color css

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

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

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