Html Css Color HEX #85482A Korma

📋 copy color: '#85482A'

red 133 ◦ green 72 ◦ blue 42

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

Shades of Korma #85482A

Tints of Korma #85482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 53.85%
G = 29.15%
B = 17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85482A (or 0x85482A) is known color: Korma. HEX triplet: 85, 48 and 2A. RGB value is (133,72,42). Sum of RGB (Red+Green+Blue) = 133+72+42=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85482A is #7AB7D5. Grayscale: #575757. Windows color (decimal): -8042454 or 2771077. OLE color: 2771077.

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

Color convert

RGB 133 72 42 -
CMYK 0 0.46 0.68 0.48
HSL 19.78º 0.52% 0.34% -
HSV(B) 19.78º 0.68% 0.52% -
XYZ 12.41 9.79 3.43 -
YUV 86.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 133 72 42 0 0.46 0.68 0.48 19.78 0.52 0.34
Hex 85 48 2A 0 2E 44 30 14 34 22
Octal 205 110 52 0 56 104 60 24 64 42
Binary 10000101 1001000 101010 0 101110 1000100 110000 10100 110100 100010

Color Harmonies of #85482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85482A

Black with #85482A

Text Example


Text Example

White with #85482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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