Html Css Color HEX #856B25 Yukon Gold

📋 copy color: '#856B25'

red 133 ◦ green 107 ◦ blue 37

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

Shades of Yukon Gold #856B25

Tints of Yukon Gold #856B25

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 48.01%
G = 38.63%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#856B25 (or 0x856B25) is known color: Yukon Gold. HEX triplet: 85, 6B and 25. RGB value is (133,107,37). Sum of RGB (Red+Green+Blue) = 133+107+37=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 133 - color contains mainly: red. Hex color #856B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B25 is #7A94DA. Grayscale: #6B6B6B. Windows color (decimal): -8033499 or 2452357. OLE color: 2452357.

HSL color Cylindrical-coordinate representation of color #856B25: hue angle of 43.75º 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 #856B25 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 37 -
CMYK 0 0.20 0.72 0.48
HSL 43.75º 0.56% 0.33% -
HSV(B) 43.75º 0.72% 0.52% -
XYZ 15.26 15.64 3.96 -
YUV 106.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 133 107 37 0 0.20 0.72 0.48 43.75 0.56 0.33
Hex 85 6B 25 0 14 48 30 2C 38 21
Octal 205 153 45 0 24 110 60 54 70 41
Binary 10000101 1101011 100101 0 10100 1001000 110000 101100 111000 100001

Color Harmonies of #856B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B25

Black with #856B25

Text Example


Text Example

White with #856B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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