Html Css Color HEX #85673A McKenzie

📋 copy color: '#85673A'

red 133 ◦ green 103 ◦ blue 58

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

Shades of McKenzie #85673A

Tints of McKenzie #85673A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 45.24%
G = 35.03%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85673A (or 0x85673A) is known color: McKenzie. HEX triplet: 85, 67 and 3A. RGB value is (133,103,58). Sum of RGB (Red+Green+Blue) = 133+103+58=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85673A is #7A98C5. Grayscale: #6B6B6B. Windows color (decimal): -8034502 or 3827589. OLE color: 3827589.

HSL color Cylindrical-coordinate representation of color #85673A: hue angle of 36º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85673A is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 103 58 -
CMYK 0 0.23 0.56 0.48
HSL 36º 0.39% 0.37% -
HSV(B) 36º 0.56% 0.52% -
XYZ 15.29 14.99 6.09 -
YUV 106.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 133 103 58 0 0.23 0.56 0.48 36 0.39 0.37
Hex 85 67 3A 0 17 38 30 24 27 25
Octal 205 147 72 0 27 70 60 44 47 45
Binary 10000101 1100111 111010 0 10111 111000 110000 100100 100111 100101

Color Harmonies of #85673A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85673A

Black with #85673A

Text Example


Text Example

White with #85673A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85673A; }

 p { color: rgb(133,103,58); }

 H1.HeaderClassName
 {
   color: #85673A;
 }
 .AnyTagClassName
 {
   color: #85673A;
 }
</style>

background-color css

<style>
 a { background-color: #85673A; }

 a { background-color: rgb(133,103,58); }

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

border-color css

<style>
 span { border-color: #85673A; }

 span { border-color: rgb(133,103,58); }

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