Html Css Color HEX #947301 Golden Brown

📋 copy color: '#947301'

red 148 ◦ green 115 ◦ blue 1

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

Shades of Golden Brown #947301

Tints of Golden Brown #947301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 56.06%
G = 43.56%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#947301 (or 0x947301) is known color: Golden Brown. HEX triplet: 94, 73 and 01. RGB value is (148,115,1). Sum of RGB (Red+Green+Blue) = 148+115+1=264 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.06% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 1 (0.78% from 255 or 0.38% from 264); Max value from RGB is 148 - color contains mainly: red. Hex color #947301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947301 is #6B8CFE. Grayscale: #707070. Windows color (decimal): -7048447 or 95124. OLE color: 95124.

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

Color convert

RGB 148 115 1 -
CMYK 0 0.22 0.99 0.42
HSL 46.53º 0.99% 0.29% -
HSV(B) 46.53º 0.99% 0.58% -
XYZ 18.35 18.56 2.64 -
YUV 111.87 65.43 153.77 -
System Red Green Blue C M Y K H S L
Decimal 148 115 1 0 0.22 0.99 0.42 46.53 0.99 0.29
Hex 94 73 1 0 16 63 2A 2F 63 1D
Octal 224 163 1 0 26 143 52 57 143 35
Binary 10010100 1110011 1 0 10110 1100011 101010 101111 1100011 11101

Color Harmonies of #947301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947301

Black with #947301

Text Example


Text Example

White with #947301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947301; }

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

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

background-color css

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

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

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

border-color css

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

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

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