Html Css Color HEX #85512F Korma

📋 copy color: '#85512F'

red 133 ◦ green 81 ◦ blue 47

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

Shades of Korma #85512F

Tints of Korma #85512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.01%

R = 50.96%
G = 31.03%
B = 18.01%

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

#85512F (or 0x85512F) is known color: Korma. HEX triplet: 85, 51 and 2F. RGB value is (133,81,47). Sum of RGB (Red+Green+Blue) = 133+81+47=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85512F is #7AAED0. Grayscale: #5C5C5C. Windows color (decimal): -8040145 or 3101061. OLE color: 3101061.

HSL color Cylindrical-coordinate representation of color #85512F: hue angle of 23.72º degrees, saturation: 0.48, 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 #85512F is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 81 47 -
CMYK 0 0.39 0.65 0.48
HSL 23.72º 0.48% 0.35% -
HSV(B) 23.72º 0.65% 0.52% -
XYZ 13.13 11.08 4.14 -
YUV 92.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 133 81 47 0 0.39 0.65 0.48 23.72 0.48 0.35
Hex 85 51 2F 0 27 41 30 18 30 23
Octal 205 121 57 0 47 101 60 30 60 43
Binary 10000101 1010001 101111 0 100111 1000001 110000 11000 110000 100011

Color Harmonies of #85512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85512F

Black with #85512F

Text Example


Text Example

White with #85512F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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