Html Css Color HEX #85512D Korma

📋 copy color: '#85512D'

red 133 ◦ green 81 ◦ blue 45

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

Shades of Korma #85512D

Tints of Korma #85512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.37%

R = 51.35%
G = 31.27%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85512D (or 0x85512D) is known color: Korma. HEX triplet: 85, 51 and 2D. RGB value is (133,81,45). Sum of RGB (Red+Green+Blue) = 133+81+45=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85512D is #7AAED2. Grayscale: #5C5C5C. Windows color (decimal): -8040147 or 2969989. OLE color: 2969989.

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

Color convert

RGB 133 81 45 -
CMYK 0 0.39 0.66 0.48
HSL 24.55º 0.49% 0.35% -
HSV(B) 24.55º 0.66% 0.52% -
XYZ 13.09 11.06 3.93 -
YUV 92.44 101.23 156.93 -
System Red Green Blue C M Y K H S L
Decimal 133 81 45 0 0.39 0.66 0.48 24.55 0.49 0.35
Hex 85 51 2D 0 27 42 30 19 31 23
Octal 205 121 55 0 47 102 60 31 61 43
Binary 10000101 1010001 101101 0 100111 1000010 110000 11001 110001 100011

Color Harmonies of #85512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85512D

Black with #85512D

Text Example


Text Example

White with #85512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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