Html Css Color HEX #945500 Golden Brown

📋 copy color: '#945500'

red 148 ◦ green 85 ◦ blue 0

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

Shades of Golden Brown #945500

Tints of Golden Brown #945500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 63.52%
G = 36.48%
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

#945500 (or 0x945500) is known color: Golden Brown. HEX triplet: 94, 55 and 00. RGB value is (148,85,0). Sum of RGB (Red+Green+Blue) = 148+85+0=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #945500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945500 is #6BAAFF. Grayscale: #5E5E5E. Windows color (decimal): -7056128 or 21908. OLE color: 21908.

HSL color Cylindrical-coordinate representation of color #945500: hue angle of 34.46º 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 #945500 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 85 0 -
CMYK 0 0.43 1 0.42
HSL 34.46º 1% 0.29% -
HSV(B) 34.46º 1% 0.58% -
XYZ 15.46 12.79 1.65 -
YUV 94.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 148 85 0 0 0.43 1 0.42 34.46 1 0.29
Hex 94 55 0 0 2B 64 2A 22 64 1D
Octal 224 125 0 0 53 144 52 42 144 35
Binary 10010100 1010101 0 0 101011 1100100 101010 100010 1100100 11101

Color Harmonies of #945500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945500

Black with #945500

Text Example


Text Example

White with #945500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945500; }

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

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

background-color css

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

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

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

border-color css

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

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

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