Html Css Color HEX #85512A Korma

📋 copy color: '#85512A'

red 133 ◦ green 81 ◦ blue 42

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

Shades of Korma #85512A

Tints of Korma #85512A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 51.95%
G = 31.64%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85512A (or 0x85512A) is known color: Korma. HEX triplet: 85, 51 and 2A. RGB value is (133,81,42). Sum of RGB (Red+Green+Blue) = 133+81+42=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #85512A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85512A is #7AAED5. Grayscale: #5C5C5C. Windows color (decimal): -8040150 or 2773381. OLE color: 2773381.

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

Color convert

RGB 133 81 42 -
CMYK 0 0.39 0.68 0.48
HSL 25.71º 0.52% 0.34% -
HSV(B) 25.71º 0.68% 0.52% -
XYZ 13.03 11.04 3.63 -
YUV 92.1 99.73 157.17 -
System Red Green Blue C M Y K H S L
Decimal 133 81 42 0 0.39 0.68 0.48 25.71 0.52 0.34
Hex 85 51 2A 0 27 44 30 1A 34 22
Octal 205 121 52 0 47 104 60 32 64 42
Binary 10000101 1010001 101010 0 100111 1000100 110000 11010 110100 100010

Color Harmonies of #85512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85512A

Black with #85512A

Text Example


Text Example

White with #85512A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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