Html Css Color HEX #945E04 Golden Brown

📋 copy color: '#945E04'

red 148 ◦ green 94 ◦ blue 4

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

Shades of Golden Brown #945E04

Tints of Golden Brown #945E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.21%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 60.16%
G = 38.21%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#945E04 (or 0x945E04) is known color: Golden Brown. HEX triplet: 94, 5E and 04. RGB value is (148,94,4). Sum of RGB (Red+Green+Blue) = 148+94+4=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #945E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945E04 is #6BA1FB. Grayscale: #646464. Windows color (decimal): -7053820 or 286356. OLE color: 286356.

HSL color Cylindrical-coordinate representation of color #945E04: hue angle of 37.5º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #945E04 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 4 -
CMYK 0 0.36 0.97 0.42
HSL 37.5º 0.95% 0.3% -
HSV(B) 37.5º 0.97% 0.58% -
XYZ 16.24 14.31 2.02 -
YUV 99.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 148 94 4 0 0.36 0.97 0.42 37.5 0.95 0.3
Hex 94 5E 4 0 24 61 2A 26 5F 1E
Octal 224 136 4 0 44 141 52 46 137 36
Binary 10010100 1011110 100 0 100100 1100001 101010 100110 1011111 11110

Color Harmonies of #945E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E04

Black with #945E04

Text Example


Text Example

White with #945E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945E04; }

 p { color: rgb(148,94,4); }

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

background-color css

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

 a { background-color: rgb(148,94,4); }

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

border-color css

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

 span { border-color: rgb(148,94,4); }

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