Html Css Color HEX #945A00 Golden Brown

📋 copy color: '#945A00'

red 148 ◦ green 90 ◦ blue 0

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

Shades of Golden Brown #945A00

Tints of Golden Brown #945A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 62.18%
G = 37.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#945A00 (or 0x945A00) is known color: Golden Brown. HEX triplet: 94, 5A and 00. RGB value is (148,90,0). Sum of RGB (Red+Green+Blue) = 148+90+0=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #945A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945A00 is #6BA5FF. Grayscale: #616161. Windows color (decimal): -7054848 or 23188. OLE color: 23188.

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

Color convert

RGB 148 90 0 -
CMYK 0 0.39 1 0.42
HSL 36.49º 1% 0.29% -
HSV(B) 36.49º 1% 0.58% -
XYZ 15.87 13.61 1.79 -
YUV 97.08 73.22 164.32 -
System Red Green Blue C M Y K H S L
Decimal 148 90 0 0 0.39 1 0.42 36.49 1 0.29
Hex 94 5A 0 0 27 64 2A 24 64 1D
Octal 224 132 0 0 47 144 52 44 144 35
Binary 10010100 1011010 0 0 100111 1100100 101010 100100 1100100 11101

Color Harmonies of #945A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A00

Black with #945A00

Text Example


Text Example

White with #945A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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