Html Css Color HEX #856725 Yukon Gold

📋 copy color: '#856725'

red 133 ◦ green 103 ◦ blue 37

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

Shades of Yukon Gold #856725

Tints of Yukon Gold #856725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 48.72%
G = 37.73%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#856725 (or 0x856725) is known color: Yukon Gold. HEX triplet: 85, 67 and 25. RGB value is (133,103,37). Sum of RGB (Red+Green+Blue) = 133+103+37=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #856725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856725 is #7A98DA. Grayscale: #686868. Windows color (decimal): -8034523 or 2451333. OLE color: 2451333.

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

Color convert

RGB 133 103 37 -
CMYK 0 0.23 0.72 0.48
HSL 41.25º 0.56% 0.33% -
HSV(B) 41.25º 0.72% 0.52% -
XYZ 14.86 14.82 3.83 -
YUV 104.45 89.94 148.37 -
System Red Green Blue C M Y K H S L
Decimal 133 103 37 0 0.23 0.72 0.48 41.25 0.56 0.33
Hex 85 67 25 0 17 48 30 29 38 21
Octal 205 147 45 0 27 110 60 51 70 41
Binary 10000101 1100111 100101 0 10111 1001000 110000 101001 111000 100001

Color Harmonies of #856725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856725

Black with #856725

Text Example


Text Example

White with #856725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856725; }

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

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

background-color css

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

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

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

border-color css

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

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

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