Html Css Color HEX #85631F Yukon Gold

📋 copy color: '#85631F'

red 133 ◦ green 99 ◦ blue 31

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

Shades of Yukon Gold #85631F

Tints of Yukon Gold #85631F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 50.57%
G = 37.64%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#85631F (or 0x85631F) is known color: Yukon Gold. HEX triplet: 85, 63 and 1F. RGB value is (133,99,31). Sum of RGB (Red+Green+Blue) = 133+99+31=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #85631F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85631F is #7A9CE0. Grayscale: #656565. Windows color (decimal): -8035553 or 2057093. OLE color: 2057093.

HSL color Cylindrical-coordinate representation of color #85631F: hue angle of 40º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #85631F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 31 -
CMYK 0 0.26 0.77 0.48
HSL 40º 0.62% 0.32% -
HSV(B) 40º 0.77% 0.52% -
XYZ 14.38 14.01 3.24 -
YUV 101.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 133 99 31 0 0.26 0.77 0.48 40 0.62 0.32
Hex 85 63 1F 0 1A 4D 30 28 3E 20
Octal 205 143 37 0 32 115 60 50 76 40
Binary 10000101 1100011 11111 0 11010 1001101 110000 101000 111110 100000

Color Harmonies of #85631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85631F

Black with #85631F

Text Example


Text Example

White with #85631F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,99,31); }

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

background-color css

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

 a { background-color: rgb(133,99,31); }

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

border-color css

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

 span { border-color: rgb(133,99,31); }

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