Html Css Color HEX #865225 Korma

📋 copy color: '#865225'

red 134 ◦ green 82 ◦ blue 37

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

Shades of Korma #865225

Tints of Korma #865225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.62%

R = 52.96%
G = 32.41%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#865225 (or 0x865225) is known color: Korma. HEX triplet: 86, 52 and 25. RGB value is (134,82,37). Sum of RGB (Red+Green+Blue) = 134+82+37=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #865225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865225 is #79ADDA. Grayscale: #5C5C5C. Windows color (decimal): -7974363 or 2445958. OLE color: 2445958.

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

Color convert

RGB 134 82 37 -
CMYK 0 0.39 0.72 0.47
HSL 27.84º 0.57% 0.34% -
HSV(B) 27.84º 0.72% 0.53% -
XYZ 13.18 11.24 3.22 -
YUV 92.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 134 82 37 0 0.39 0.72 0.47 27.84 0.57 0.34
Hex 86 52 25 0 27 48 2F 1C 39 22
Octal 206 122 45 0 47 110 57 34 71 42
Binary 10000110 1010010 100101 0 100111 1001000 101111 11100 111001 100010

Color Harmonies of #865225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865225

Black with #865225

Text Example


Text Example

White with #865225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865225; }

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

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

background-color css

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

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

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

border-color css

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

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

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