Html Css Color HEX #85522B Korma

📋 copy color: '#85522B'

red 133 ◦ green 82 ◦ blue 43

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

Shades of Korma #85522B

Tints of Korma #85522B

RGB

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

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

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

R = 51.55%
G = 31.78%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85522B (or 0x85522B) is known color: Korma. HEX triplet: 85, 52 and 2B. RGB value is (133,82,43). Sum of RGB (Red+Green+Blue) = 133+82+43=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85522B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85522B is #7AADD4. Grayscale: #5D5D5D. Windows color (decimal): -8039893 or 2839173. OLE color: 2839173.

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

Color convert

RGB 133 82 43 -
CMYK 0 0.38 0.68 0.48
HSL 26º 0.51% 0.35% -
HSV(B) 26º 0.68% 0.52% -
XYZ 13.13 11.2 3.75 -
YUV 92.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 133 82 43 0 0.38 0.68 0.48 26 0.51 0.35
Hex 85 52 2B 0 26 44 30 1A 33 23
Octal 205 122 53 0 46 104 60 32 63 43
Binary 10000101 1010010 101011 0 100110 1000100 110000 11010 110011 100011

Color Harmonies of #85522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85522B

Black with #85522B

Text Example


Text Example

White with #85522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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