Html Css Color HEX #85630D Yukon Gold

📋 copy color: '#85630D'

red 133 ◦ green 99 ◦ blue 13

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

Shades of Yukon Gold #85630D

Tints of Yukon Gold #85630D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 54.29%
G = 40.41%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85630D (or 0x85630D) is known color: Yukon Gold. HEX triplet: 85, 63 and 0D. RGB value is (133,99,13). Sum of RGB (Red+Green+Blue) = 133+99+13=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85630D is #7A9CF2. Grayscale: #636363. Windows color (decimal): -8035571 or 877445. OLE color: 877445.

HSL color Cylindrical-coordinate representation of color #85630D: hue angle of 43º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85630D is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 13 -
CMYK 0 0.26 0.90 0.48
HSL 43º 0.82% 0.29% -
HSV(B) 43º 0.9% 0.52% -
XYZ 14.21 13.94 2.32 -
YUV 99.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 133 99 13 0 0.26 0.90 0.48 43 0.82 0.29
Hex 85 63 D 0 1A 5A 30 2B 52 1D
Octal 205 143 15 0 32 132 60 53 122 35
Binary 10000101 1100011 1101 0 11010 1011010 110000 101011 1010010 11101

Color Harmonies of #85630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85630D

Black with #85630D

Text Example


Text Example

White with #85630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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