Html Css Color HEX #947402 Golden Brown

📋 copy color: '#947402'

red 148 ◦ green 116 ◦ blue 2

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

Shades of Golden Brown #947402

Tints of Golden Brown #947402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 55.64%
G = 43.61%
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

#947402 (or 0x947402) is known color: Golden Brown. HEX triplet: 94, 74 and 02. RGB value is (148,116,2). Sum of RGB (Red+Green+Blue) = 148+116+2=266 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.64% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 148 - color contains mainly: red. Hex color #947402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947402 is #6B8BFD. Grayscale: #717171. Windows color (decimal): -7048190 or 160916. OLE color: 160916.

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

Color convert

RGB 148 116 2 -
CMYK 0 0.22 0.99 0.42
HSL 46.85º 0.97% 0.29% -
HSV(B) 46.85º 0.99% 0.58% -
XYZ 18.47 18.79 2.71 -
YUV 112.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 148 116 2 0 0.22 0.99 0.42 46.85 0.97 0.29
Hex 94 74 2 0 16 63 2A 2F 61 1D
Octal 224 164 2 0 26 143 52 57 141 35
Binary 10010100 1110100 10 0 10110 1100011 101010 101111 1100001 11101

Color Harmonies of #947402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947402

Black with #947402

Text Example


Text Example

White with #947402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947402; }

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

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

background-color css

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

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

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

border-color css

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

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

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