Html Css Color HEX #947300 Golden Brown

📋 copy color: '#947300'

red 148 ◦ green 115 ◦ blue 0

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

Shades of Golden Brown #947300

Tints of Golden Brown #947300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.73%

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

R = 56.27%
G = 43.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#947300 (or 0x947300) is known color: Golden Brown. HEX triplet: 94, 73 and 00. RGB value is (148,115,0). Sum of RGB (Red+Green+Blue) = 148+115+0=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 115 (45.31% from 255 or 43.73% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #947300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947300 is #6B8CFF. Grayscale: #707070. Windows color (decimal): -7048448 or 29588. OLE color: 29588.

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

Color convert

RGB 148 115 0 -
CMYK 0 0.22 1 0.42
HSL 46.62º 1% 0.29% -
HSV(B) 46.62º 1% 0.58% -
XYZ 18.34 18.56 2.62 -
YUV 111.76 64.93 153.85 -
System Red Green Blue C M Y K H S L
Decimal 148 115 0 0 0.22 1 0.42 46.62 1 0.29
Hex 94 73 0 0 16 64 2A 2F 64 1D
Octal 224 163 0 0 26 144 52 57 144 35
Binary 10010100 1110011 0 0 10110 1100100 101010 101111 1100100 11101

Color Harmonies of #947300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947300

Black with #947300

Text Example


Text Example

White with #947300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947300; }

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

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

background-color css

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

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

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

border-color css

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

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

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