Html Css Color HEX #946F02 Golden Brown

📋 copy color: '#946F02'

red 148 ◦ green 111 ◦ blue 2

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

Shades of Golden Brown #946F02

Tints of Golden Brown #946F02

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.53%

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

R = 56.7%
G = 42.53%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946F02 (or 0x946F02) is known color: Golden Brown. HEX triplet: 94, 6F and 02. RGB value is (148,111,2). Sum of RGB (Red+Green+Blue) = 148+111+2=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #946F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F02 is #6B90FD. Grayscale: #6E6E6E. Windows color (decimal): -7049470 or 159636. OLE color: 159636.

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

Color convert

RGB 148 111 2 -
CMYK 0 0.25 0.99 0.42
HSL 44.79º 0.97% 0.29% -
HSV(B) 44.79º 0.99% 0.58% -
XYZ 17.91 17.67 2.52 -
YUV 109.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 148 111 2 0 0.25 0.99 0.42 44.79 0.97 0.29
Hex 94 6F 2 0 19 63 2A 2D 61 1D
Octal 224 157 2 0 31 143 52 55 141 35
Binary 10010100 1101111 10 0 11001 1100011 101010 101101 1100001 11101

Color Harmonies of #946F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F02

Black with #946F02

Text Example


Text Example

White with #946F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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