Html Css Color HEX #85672A Yukon Gold

📋 copy color: '#85672A'

red 133 ◦ green 103 ◦ blue 42

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

Shades of Yukon Gold #85672A

Tints of Yukon Gold #85672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 47.84%
G = 37.05%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85672A (or 0x85672A) is known color: Yukon Gold. HEX triplet: 85, 67 and 2A. RGB value is (133,103,42). Sum of RGB (Red+Green+Blue) = 133+103+42=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85672A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85672A is #7A98D5. Grayscale: #696969. Windows color (decimal): -8034518 or 2779013. OLE color: 2779013.

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

Color convert

RGB 133 103 42 -
CMYK 0 0.23 0.68 0.48
HSL 40.22º 0.52% 0.34% -
HSV(B) 40.22º 0.68% 0.52% -
XYZ 14.94 14.85 4.27 -
YUV 105.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 133 103 42 0 0.23 0.68 0.48 40.22 0.52 0.34
Hex 85 67 2A 0 17 44 30 28 34 22
Octal 205 147 52 0 27 104 60 50 64 42
Binary 10000101 1100111 101010 0 10111 1000100 110000 101000 110100 100010

Color Harmonies of #85672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85672A

Black with #85672A

Text Example


Text Example

White with #85672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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