Html Css Color HEX #946E02 Golden Brown

📋 copy color: '#946E02'

red 148 ◦ green 110 ◦ blue 2

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

Shades of Golden Brown #946E02

Tints of Golden Brown #946E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.31%

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

R = 56.92%
G = 42.31%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946E02 (or 0x946E02) is known color: Golden Brown. HEX triplet: 94, 6E and 02. RGB value is (148,110,2). Sum of RGB (Red+Green+Blue) = 148+110+2=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #946E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E02 is #6B91FD. Grayscale: #6D6D6D. Windows color (decimal): -7049726 or 159380. OLE color: 159380.

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

Color convert

RGB 148 110 2 -
CMYK 0 0.26 0.99 0.42
HSL 44.38º 0.97% 0.29% -
HSV(B) 44.38º 0.99% 0.58% -
XYZ 17.8 17.45 2.49 -
YUV 109.05 67.59 155.78 -
System Red Green Blue C M Y K H S L
Decimal 148 110 2 0 0.26 0.99 0.42 44.38 0.97 0.29
Hex 94 6E 2 0 1A 63 2A 2C 61 1D
Octal 224 156 2 0 32 143 52 54 141 35
Binary 10010100 1101110 10 0 11010 1100011 101010 101100 1100001 11101

Color Harmonies of #946E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E02

Black with #946E02

Text Example


Text Example

White with #946E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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