Html Css Color HEX #86552C Korma

📋 copy color: '#86552C'

red 134 ◦ green 85 ◦ blue 44

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

Shades of Korma #86552C

Tints of Korma #86552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 44 (17.58% from 255) = 16.73%

R = 50.95%
G = 32.32%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86552C (or 0x86552C) is known color: Korma. HEX triplet: 86, 55 and 2C. RGB value is (134,85,44). Sum of RGB (Red+Green+Blue) = 134+85+44=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86552C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86552C is #79AAD3. Grayscale: #5F5F5F. Windows color (decimal): -7973588 or 2905478. OLE color: 2905478.

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

Color convert

RGB 134 85 44 -
CMYK 0 0.37 0.67 0.47
HSL 27.33º 0.51% 0.35% -
HSV(B) 27.33º 0.67% 0.53% -
XYZ 13.53 11.75 3.94 -
YUV 94.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 134 85 44 0 0.37 0.67 0.47 27.33 0.51 0.35
Hex 86 55 2C 0 25 43 2F 1B 33 23
Octal 206 125 54 0 45 103 57 33 63 43
Binary 10000110 1010101 101100 0 100101 1000011 101111 11011 110011 100011

Color Harmonies of #86552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86552C

Black with #86552C

Text Example


Text Example

White with #86552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86552C; }

 p { color: rgb(134,85,44); }

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

background-color css

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

 a { background-color: rgb(134,85,44); }

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

border-color css

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

 span { border-color: rgb(134,85,44); }

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