Html Css Color HEX #85522D Korma

📋 copy color: '#85522D'

red 133 ◦ green 82 ◦ blue 45

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

Shades of Korma #85522D

Tints of Korma #85522D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 51.15%
G = 31.54%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85522D (or 0x85522D) is known color: Korma. HEX triplet: 85, 52 and 2D. RGB value is (133,82,45). Sum of RGB (Red+Green+Blue) = 133+82+45=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85522D is #7AADD2. Grayscale: #5D5D5D. Windows color (decimal): -8039891 or 2970245. OLE color: 2970245.

HSL color Cylindrical-coordinate representation of color #85522D: hue angle of 25.23º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85522D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 82 45 -
CMYK 0 0.38 0.66 0.48
HSL 25.23º 0.49% 0.35% -
HSV(B) 25.23º 0.66% 0.52% -
XYZ 13.16 11.21 3.95 -
YUV 93.03 100.9 156.51 -
System Red Green Blue C M Y K H S L
Decimal 133 82 45 0 0.38 0.66 0.48 25.23 0.49 0.35
Hex 85 52 2D 0 26 42 30 19 31 23
Octal 205 122 55 0 46 102 60 31 61 43
Binary 10000101 1010010 101101 0 100110 1000010 110000 11001 110001 100011

Color Harmonies of #85522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85522D

Black with #85522D

Text Example


Text Example

White with #85522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85522D; }

 p { color: rgb(133,82,45); }

 H1.HeaderClassName
 {
   color: #85522D;
 }
 .AnyTagClassName
 {
   color: #85522D;
 }
</style>

background-color css

<style>
 a { background-color: #85522D; }

 a { background-color: rgb(133,82,45); }

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

border-color css

<style>
 span { border-color: #85522D; }

 span { border-color: rgb(133,82,45); }

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