Html Css Color HEX #85512E Korma

📋 copy color: '#85512E'

red 133 ◦ green 81 ◦ blue 46

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

Shades of Korma #85512E

Tints of Korma #85512E

RGB

 RED value IS 133 (52.34% from 255) = 51.15%

 GREEN value IS 81 (32.03% from 255) = 31.15%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 51.15%
G = 31.15%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85512E (or 0x85512E) is known color: Korma. HEX triplet: 85, 51 and 2E. RGB value is (133,81,46). Sum of RGB (Red+Green+Blue) = 133+81+46=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85512E is #7AAED1. Grayscale: #5C5C5C. Windows color (decimal): -8040146 or 3035525. OLE color: 3035525.

HSL color Cylindrical-coordinate representation of color #85512E: hue angle of 24.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85512E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 46 -
CMYK 0 0.39 0.65 0.48
HSL 24.14º 0.49% 0.35% -
HSV(B) 24.14º 0.65% 0.52% -
XYZ 13.11 11.07 4.03 -
YUV 92.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 133 81 46 0 0.39 0.65 0.48 24.14 0.49 0.35
Hex 85 51 2E 0 27 41 30 18 31 23
Octal 205 121 56 0 47 101 60 30 61 43
Binary 10000101 1010001 101110 0 100111 1000001 110000 11000 110001 100011

Color Harmonies of #85512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85512E

Black with #85512E

Text Example


Text Example

White with #85512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85512E; }

 p { color: rgb(133,81,46); }

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

background-color css

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

 a { background-color: rgb(133,81,46); }

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

border-color css

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

 span { border-color: rgb(133,81,46); }

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