Html Css Color HEX #85542B Korma

📋 copy color: '#85542B'

red 133 ◦ green 84 ◦ blue 43

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

Shades of Korma #85542B

Tints of Korma #85542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

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

R = 51.15%
G = 32.31%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85542B (or 0x85542B) is known color: Korma. HEX triplet: 85, 54 and 2B. RGB value is (133,84,43). Sum of RGB (Red+Green+Blue) = 133+84+43=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85542B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85542B is #7AABD4. Grayscale: #5E5E5E. Windows color (decimal): -8039381 or 2839685. OLE color: 2839685.

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

Color convert

RGB 133 84 43 -
CMYK 0 0.37 0.68 0.48
HSL 27.33º 0.51% 0.35% -
HSV(B) 27.33º 0.68% 0.52% -
XYZ 13.28 11.5 3.81 -
YUV 93.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 133 84 43 0 0.37 0.68 0.48 27.33 0.51 0.35
Hex 85 54 2B 0 25 44 30 1B 33 23
Octal 205 124 53 0 45 104 60 33 63 43
Binary 10000101 1010100 101011 0 100101 1000100 110000 11011 110011 100011

Color Harmonies of #85542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85542B

Black with #85542B

Text Example


Text Example

White with #85542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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