Html Css Color HEX #946A02 Golden Brown

📋 copy color: '#946A02'

red 148 ◦ green 106 ◦ blue 2

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

Shades of Golden Brown #946A02

Tints of Golden Brown #946A02

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.41%

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

R = 57.81%
G = 41.41%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946A02 (or 0x946A02) is known color: Golden Brown. HEX triplet: 94, 6A and 02. RGB value is (148,106,2). Sum of RGB (Red+Green+Blue) = 148+106+2=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #946A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A02 is #6B95FD. Grayscale: #6B6B6B. Windows color (decimal): -7050750 or 158356. OLE color: 158356.

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

Color convert

RGB 148 106 2 -
CMYK 0 0.28 0.99 0.42
HSL 42.74º 0.97% 0.29% -
HSV(B) 42.74º 0.99% 0.58% -
XYZ 17.38 16.61 2.35 -
YUV 106.7 68.91 157.46 -
System Red Green Blue C M Y K H S L
Decimal 148 106 2 0 0.28 0.99 0.42 42.74 0.97 0.29
Hex 94 6A 2 0 1C 63 2A 2B 61 1D
Octal 224 152 2 0 34 143 52 53 141 35
Binary 10010100 1101010 10 0 11100 1100011 101010 101011 1100001 11101

Color Harmonies of #946A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946A02

Black with #946A02

Text Example


Text Example

White with #946A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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