Html Css Color HEX #85482C Korma

📋 copy color: '#85482C'

red 133 ◦ green 72 ◦ blue 44

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

Shades of Korma #85482C

Tints of Korma #85482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 53.41%
G = 28.92%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85482C (or 0x85482C) is known color: Korma. HEX triplet: 85, 48 and 2C. RGB value is (133,72,44). Sum of RGB (Red+Green+Blue) = 133+72+44=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85482C is #7AB7D3. Grayscale: #575757. Windows color (decimal): -8042452 or 2902149. OLE color: 2902149.

HSL color Cylindrical-coordinate representation of color #85482C: hue angle of 18.88º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85482C is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 72 44 -
CMYK 0 0.46 0.67 0.48
HSL 18.88º 0.5% 0.35% -
HSV(B) 18.88º 0.67% 0.52% -
XYZ 12.44 9.8 3.62 -
YUV 87.05 103.71 160.78 -
System Red Green Blue C M Y K H S L
Decimal 133 72 44 0 0.46 0.67 0.48 18.88 0.5 0.35
Hex 85 48 2C 0 2E 43 30 13 32 23
Octal 205 110 54 0 56 103 60 23 62 43
Binary 10000101 1001000 101100 0 101110 1000011 110000 10011 110010 100011

Color Harmonies of #85482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85482C

Black with #85482C

Text Example


Text Example

White with #85482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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