Html Css Color HEX #946019 Golden Brown

📋 copy color: '#946019'

red 148 ◦ green 96 ◦ blue 25

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

Shades of Golden Brown #946019

Tints of Golden Brown #946019

RGB

 RED value IS 148 (58.2% from 255) = 55.02%

 GREEN value IS 96 (37.89% from 255) = 35.69%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 55.02%
G = 35.69%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946019 (or 0x946019) is known color: Golden Brown. HEX triplet: 94, 60 and 19. RGB value is (148,96,25). Sum of RGB (Red+Green+Blue) = 148+96+25=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 96 (37.89% from 255 or 35.69% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946019 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946019 is #6B9FE6. Grayscale: #676767. Windows color (decimal): -7053287 or 1663124. OLE color: 1663124.

HSL color Cylindrical-coordinate representation of color #946019: hue angle of 34.63º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #946019 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 96 25 -
CMYK 0 0.35 0.83 0.42
HSL 34.63º 0.71% 0.34% -
HSV(B) 34.63º 0.83% 0.58% -
XYZ 16.57 14.73 2.89 -
YUV 103.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 148 96 25 0 0.35 0.83 0.42 34.63 0.71 0.34
Hex 94 60 19 0 23 53 2A 23 47 22
Octal 224 140 31 0 43 123 52 43 107 42
Binary 10010100 1100000 11001 0 100011 1010011 101010 100011 1000111 100010

Color Harmonies of #946019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946019

Black with #946019

Text Example


Text Example

White with #946019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946019; }

 p { color: rgb(148,96,25); }

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

background-color css

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

 a { background-color: rgb(148,96,25); }

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

border-color css

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

 span { border-color: rgb(148,96,25); }

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