Html Css Color HEX #945400 Golden Brown

📋 copy color: '#945400'

red 148 ◦ green 84 ◦ blue 0

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

Shades of Golden Brown #945400

Tints of Golden Brown #945400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.79%
G = 36.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#945400 (or 0x945400) is known color: Golden Brown. HEX triplet: 94, 54 and 00. RGB value is (148,84,0). Sum of RGB (Red+Green+Blue) = 148+84+0=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #945400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945400 is #6BABFF. Grayscale: #5D5D5D. Windows color (decimal): -7056384 or 21652. OLE color: 21652.

HSL color Cylindrical-coordinate representation of color #945400: hue angle of 34.05º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #945400 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 0 -
CMYK 0 0.43 1 0.42
HSL 34.05º 1% 0.29% -
HSV(B) 34.05º 1% 0.58% -
XYZ 15.38 12.64 1.63 -
YUV 93.56 75.2 166.83 -
System Red Green Blue C M Y K H S L
Decimal 148 84 0 0 0.43 1 0.42 34.05 1 0.29
Hex 94 54 0 0 2B 64 2A 22 64 1D
Octal 224 124 0 0 53 144 52 42 144 35
Binary 10010100 1010100 0 0 101011 1100100 101010 100010 1100100 11101

Color Harmonies of #945400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945400

Black with #945400

Text Example


Text Example

White with #945400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945400; }

 p { color: rgb(148,84,0); }

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

background-color css

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

 a { background-color: rgb(148,84,0); }

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

border-color css

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

 span { border-color: rgb(148,84,0); }

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