Html Css Color HEX #85492B Korma

📋 copy color: '#85492B'

red 133 ◦ green 73 ◦ blue 43

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

Shades of Korma #85492B

Tints of Korma #85492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 53.41%
G = 29.32%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85492B (or 0x85492B) is known color: Korma. HEX triplet: 85, 49 and 2B. RGB value is (133,73,43). Sum of RGB (Red+Green+Blue) = 133+73+43=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85492B is #7AB6D4. Grayscale: #575757. Windows color (decimal): -8042197 or 2836869. OLE color: 2836869.

HSL color Cylindrical-coordinate representation of color #85492B: hue angle of 20º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85492B is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 43 -
CMYK 0 0.45 0.68 0.48
HSL 20º 0.51% 0.35% -
HSV(B) 20º 0.68% 0.52% -
XYZ 12.49 9.93 3.54 -
YUV 87.52 102.88 160.44 -
System Red Green Blue C M Y K H S L
Decimal 133 73 43 0 0.45 0.68 0.48 20 0.51 0.35
Hex 85 49 2B 0 2D 44 30 14 33 23
Octal 205 111 53 0 55 104 60 24 63 43
Binary 10000101 1001001 101011 0 101101 1000100 110000 10100 110011 100011

Color Harmonies of #85492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85492B

Black with #85492B

Text Example


Text Example

White with #85492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85492B; }

 p { color: rgb(133,73,43); }

 H1.HeaderClassName
 {
   color: #85492B;
 }
 .AnyTagClassName
 {
   color: #85492B;
 }
</style>

background-color css

<style>
 a { background-color: #85492B; }

 a { background-color: rgb(133,73,43); }

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

border-color css

<style>
 span { border-color: #85492B; }

 span { border-color: rgb(133,73,43); }

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