Html Css Color HEX #865229 Korma

📋 copy color: '#865229'

red 134 ◦ green 82 ◦ blue 41

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

Shades of Korma #865229

Tints of Korma #865229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.91%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 52.14%
G = 31.91%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#865229 (or 0x865229) is known color: Korma. HEX triplet: 86, 52 and 29. RGB value is (134,82,41). Sum of RGB (Red+Green+Blue) = 134+82+41=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #865229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865229 is #79ADD6. Grayscale: #5D5D5D. Windows color (decimal): -7974359 or 2708102. OLE color: 2708102.

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

Color convert

RGB 134 82 41 -
CMYK 0 0.39 0.69 0.47
HSL 26.45º 0.53% 0.34% -
HSV(B) 26.45º 0.69% 0.53% -
XYZ 13.25 11.26 3.57 -
YUV 92.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 134 82 41 0 0.39 0.69 0.47 26.45 0.53 0.34
Hex 86 52 29 0 27 45 2F 1A 35 22
Octal 206 122 51 0 47 105 57 32 65 42
Binary 10000110 1010010 101001 0 100111 1000101 101111 11010 110101 100010

Color Harmonies of #865229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865229

Black with #865229

Text Example


Text Example

White with #865229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865229; }

 p { color: rgb(134,82,41); }

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

background-color css

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

 a { background-color: rgb(134,82,41); }

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

border-color css

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

 span { border-color: rgb(134,82,41); }

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