Html Css Color HEX #85621B Yukon Gold

📋 copy color: '#85621B'

red 133 ◦ green 98 ◦ blue 27

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

Shades of Yukon Gold #85621B

Tints of Yukon Gold #85621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.98%

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 51.55%
G = 37.98%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#85621B (or 0x85621B) is known color: Yukon Gold. HEX triplet: 85, 62 and 1B. RGB value is (133,98,27). Sum of RGB (Red+Green+Blue) = 133+98+27=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85621B is #7A9DE4. Grayscale: #646464. Windows color (decimal): -8035813 or 1794693. OLE color: 1794693.

HSL color Cylindrical-coordinate representation of color #85621B: hue angle of 40.19º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85621B is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 27 -
CMYK 0 0.26 0.80 0.48
HSL 40.19º 0.66% 0.31% -
HSV(B) 40.19º 0.8% 0.52% -
XYZ 14.24 13.8 2.95 -
YUV 100.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 133 98 27 0 0.26 0.80 0.48 40.19 0.66 0.31
Hex 85 62 1B 0 1A 50 30 28 42 1F
Octal 205 142 33 0 32 120 60 50 102 37
Binary 10000101 1100010 11011 0 11010 1010000 110000 101000 1000010 11111

Color Harmonies of #85621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85621B

Black with #85621B

Text Example


Text Example

White with #85621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85621B; }

 p { color: rgb(133,98,27); }

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

background-color css

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

 a { background-color: rgb(133,98,27); }

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

border-color css

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

 span { border-color: rgb(133,98,27); }

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