Html Css Color HEX #947302 Golden Brown

📋 copy color: '#947302'

red 148 ◦ green 115 ◦ blue 2

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

Shades of Golden Brown #947302

Tints of Golden Brown #947302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 55.85%
G = 43.4%
B = 0.75%

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

#947302 (or 0x947302) is known color: Golden Brown. HEX triplet: 94, 73 and 02. RGB value is (148,115,2). Sum of RGB (Red+Green+Blue) = 148+115+2=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #947302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947302 is #6B8CFD. Grayscale: #707070. Windows color (decimal): -7048446 or 160660. OLE color: 160660.

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

Color convert

RGB 148 115 2 -
CMYK 0 0.22 0.99 0.42
HSL 46.44º 0.97% 0.29% -
HSV(B) 46.44º 0.99% 0.58% -
XYZ 18.35 18.56 2.67 -
YUV 111.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 148 115 2 0 0.22 0.99 0.42 46.44 0.97 0.29
Hex 94 73 2 0 16 63 2A 2E 61 1D
Octal 224 163 2 0 26 143 52 56 141 35
Binary 10010100 1110011 10 0 10110 1100011 101010 101110 1100001 11101

Color Harmonies of #947302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947302

Black with #947302

Text Example


Text Example

White with #947302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947302; }

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

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

background-color css

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

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

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

border-color css

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

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

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