Html Css Color HEX #845C12 Yukon Gold

📋 copy color: '#845C12'

red 132 ◦ green 92 ◦ blue 18

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

Shades of Yukon Gold #845C12

Tints of Yukon Gold #845C12

RGB

 RED value IS 132 (51.95% from 255) = 54.55%

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 54.55%
G = 38.02%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#845C12 (or 0x845C12) is known color: Yukon Gold. HEX triplet: 84, 5C and 12. RGB value is (132,92,18). Sum of RGB (Red+Green+Blue) = 132+92+18=242 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.55% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 132 - color contains mainly: red. Hex color #845C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845C12 is #7BA3ED. Grayscale: #5F5F5F. Windows color (decimal): -8102894 or 1203332. OLE color: 1203332.

HSL color Cylindrical-coordinate representation of color #845C12: hue angle of 38.95º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #845C12 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 92 18 -
CMYK 0 0.30 0.86 0.48
HSL 38.95º 0.76% 0.29% -
HSV(B) 38.95º 0.86% 0.52% -
XYZ 13.45 12.6 2.3 -
YUV 95.52 84.25 154.02 -
System Red Green Blue C M Y K H S L
Decimal 132 92 18 0 0.30 0.86 0.48 38.95 0.76 0.29
Hex 84 5C 12 0 1E 56 30 27 4C 1D
Octal 204 134 22 0 36 126 60 47 114 35
Binary 10000100 1011100 10010 0 11110 1010110 110000 100111 1001100 11101

Color Harmonies of #845C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C12

Black with #845C12

Text Example


Text Example

White with #845C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845C12; }

 p { color: rgb(132,92,18); }

 H1.HeaderClassName
 {
   color: #845C12;
 }
 .AnyTagClassName
 {
   color: #845C12;
 }
</style>

background-color css

<style>
 a { background-color: #845C12; }

 a { background-color: rgb(132,92,18); }

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

border-color css

<style>
 span { border-color: #845C12; }

 span { border-color: rgb(132,92,18); }

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