Html Css Color HEX #825F1B Yukon Gold

📋 copy color: '#825F1B'

red 130 ◦ green 95 ◦ blue 27

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

Shades of Yukon Gold #825F1B

Tints of Yukon Gold #825F1B

RGB

 RED value IS 130 (51.17% from 255) = 51.59%

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

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

R = 51.59%
G = 37.7%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#825F1B (or 0x825F1B) is known color: Yukon Gold. HEX triplet: 82, 5F and 1B. RGB value is (130,95,27). Sum of RGB (Red+Green+Blue) = 130+95+27=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 95 (37.5% from 255 or 37.70% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #825F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F1B is #7DA0E4. Grayscale: #626262. Windows color (decimal): -8233189 or 1793922. OLE color: 1793922.

HSL color Cylindrical-coordinate representation of color #825F1B: hue angle of 39.61º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #825F1B is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 95 27 -
CMYK 0 0.27 0.79 0.49
HSL 39.61º 0.66% 0.31% -
HSV(B) 39.61º 0.79% 0.51% -
XYZ 13.5 13.01 2.84 -
YUV 97.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 130 95 27 0 0.27 0.79 0.49 39.61 0.66 0.31
Hex 82 5F 1B 0 1B 4F 31 28 42 1F
Octal 202 137 33 0 33 117 61 50 102 37
Binary 10000010 1011111 11011 0 11011 1001111 110001 101000 1000010 11111

Color Harmonies of #825F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825F1B

Black with #825F1B

Text Example


Text Example

White with #825F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825F1B; }

 p { color: rgb(130,95,27); }

 H1.HeaderClassName
 {
   color: #825F1B;
 }
 .AnyTagClassName
 {
   color: #825F1B;
 }
</style>

background-color css

<style>
 a { background-color: #825F1B; }

 a { background-color: rgb(130,95,27); }

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

border-color css

<style>
 span { border-color: #825F1B; }

 span { border-color: rgb(130,95,27); }

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