Html Css Color HEX #85542F Korma

📋 copy color: '#85542F'

red 133 ◦ green 84 ◦ blue 47

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

Shades of Korma #85542F

Tints of Korma #85542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.8%

R = 50.38%
G = 31.82%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85542F (or 0x85542F) is known color: Korma. HEX triplet: 85, 54 and 2F. RGB value is (133,84,47). Sum of RGB (Red+Green+Blue) = 133+84+47=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85542F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85542F is #7AABD0. Grayscale: #5E5E5E. Windows color (decimal): -8039377 or 3101829. OLE color: 3101829.

HSL color Cylindrical-coordinate representation of color #85542F: hue angle of 25.81º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85542F is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 47 -
CMYK 0 0.37 0.65 0.48
HSL 25.81º 0.48% 0.35% -
HSV(B) 25.81º 0.65% 0.52% -
XYZ 13.36 11.53 4.21 -
YUV 94.43 101.23 155.51 -
System Red Green Blue C M Y K H S L
Decimal 133 84 47 0 0.37 0.65 0.48 25.81 0.48 0.35
Hex 85 54 2F 0 25 41 30 1A 30 23
Octal 205 124 57 0 45 101 60 32 60 43
Binary 10000101 1010100 101111 0 100101 1000001 110000 11010 110000 100011

Color Harmonies of #85542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85542F

Black with #85542F

Text Example


Text Example

White with #85542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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