Html Css Color HEX #855F0F Yukon Gold

📋 copy color: '#855F0F'

red 133 ◦ green 95 ◦ blue 15

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

Shades of Yukon Gold #855F0F

Tints of Yukon Gold #855F0F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 54.73%
G = 39.09%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#855F0F (or 0x855F0F) is known color: Yukon Gold. HEX triplet: 85, 5F and 0F. RGB value is (133,95,15). Sum of RGB (Red+Green+Blue) = 133+95+15=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #855F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855F0F is #7AA0F0. Grayscale: #616161. Windows color (decimal): -8036593 or 1007493. OLE color: 1007493.

HSL color Cylindrical-coordinate representation of color #855F0F: hue angle of 40.68º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #855F0F is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 95 15 -
CMYK 0 0.29 0.89 0.48
HSL 40.68º 0.8% 0.29% -
HSV(B) 40.68º 0.89% 0.52% -
XYZ 13.85 13.21 2.27 -
YUV 97.24 81.59 153.5 -
System Red Green Blue C M Y K H S L
Decimal 133 95 15 0 0.29 0.89 0.48 40.68 0.8 0.29
Hex 85 5F F 0 1D 59 30 29 50 1D
Octal 205 137 17 0 35 131 60 51 120 35
Binary 10000101 1011111 1111 0 11101 1011001 110000 101001 1010000 11101

Color Harmonies of #855F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F0F

Black with #855F0F

Text Example


Text Example

White with #855F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855F0F; }

 p { color: rgb(133,95,15); }

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

background-color css

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

 a { background-color: rgb(133,95,15); }

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

border-color css

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

 span { border-color: rgb(133,95,15); }

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