Html Css Color HEX #945D00 Golden Brown

📋 copy color: '#945D00'

red 148 ◦ green 93 ◦ blue 0

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

Shades of Golden Brown #945D00

Tints of Golden Brown #945D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.59%

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

R = 61.41%
G = 38.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#945D00 (or 0x945D00) is known color: Golden Brown. HEX triplet: 94, 5D and 00. RGB value is (148,93,0). Sum of RGB (Red+Green+Blue) = 148+93+0=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #945D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945D00 is #6BA2FF. Grayscale: #636363. Windows color (decimal): -7054080 or 23956. OLE color: 23956.

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

Color convert

RGB 148 93 0 -
CMYK 0 0.37 1 0.42
HSL 37.7º 1% 0.29% -
HSV(B) 37.7º 1% 0.58% -
XYZ 16.13 14.12 1.88 -
YUV 98.84 72.22 163.06 -
System Red Green Blue C M Y K H S L
Decimal 148 93 0 0 0.37 1 0.42 37.7 1 0.29
Hex 94 5D 0 0 25 64 2A 26 64 1D
Octal 224 135 0 0 45 144 52 46 144 35
Binary 10010100 1011101 0 0 100101 1100100 101010 100110 1100100 11101

Color Harmonies of #945D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945D00

Black with #945D00

Text Example


Text Example

White with #945D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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