Html Css Color HEX #85472A Korma

📋 copy color: '#85472A'

red 133 ◦ green 71 ◦ blue 42

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

Shades of Korma #85472A

Tints of Korma #85472A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.86%

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

R = 54.07%
G = 28.86%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85472A (or 0x85472A) is known color: Korma. HEX triplet: 85, 47 and 2A. RGB value is (133,71,42). Sum of RGB (Red+Green+Blue) = 133+71+42=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85472A is #7AB8D5. Grayscale: #565656. Windows color (decimal): -8042710 or 2770821. OLE color: 2770821.

HSL color Cylindrical-coordinate representation of color #85472A: hue angle of 19.12º 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 #85472A is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 42 -
CMYK 0 0.47 0.68 0.48
HSL 19.12º 0.52% 0.34% -
HSV(B) 19.12º 0.68% 0.52% -
XYZ 12.34 9.66 3.4 -
YUV 86.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 133 71 42 0 0.47 0.68 0.48 19.12 0.52 0.34
Hex 85 47 2A 0 2F 44 30 13 34 22
Octal 205 107 52 0 57 104 60 23 64 42
Binary 10000101 1000111 101010 0 101111 1000100 110000 10011 110100 100010

Color Harmonies of #85472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85472A

Black with #85472A

Text Example


Text Example

White with #85472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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