Html Css Color HEX #946002 Golden Brown

📋 copy color: '#946002'

red 148 ◦ green 96 ◦ blue 2

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

Shades of Golden Brown #946002

Tints of Golden Brown #946002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

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

R = 60.16%
G = 39.02%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#946002 (or 0x946002) is known color: Golden Brown. HEX triplet: 94, 60 and 02. RGB value is (148,96,2). Sum of RGB (Red+Green+Blue) = 148+96+2=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #946002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946002 is #6B9FFD. Grayscale: #656565. Windows color (decimal): -7053310 or 155796. OLE color: 155796.

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

Color convert

RGB 148 96 2 -
CMYK 0 0.35 0.99 0.42
HSL 38.63º 0.97% 0.29% -
HSV(B) 38.63º 0.99% 0.58% -
XYZ 16.41 14.67 2.02 -
YUV 100.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 148 96 2 0 0.35 0.99 0.42 38.63 0.97 0.29
Hex 94 60 2 0 23 63 2A 27 61 1D
Octal 224 140 2 0 43 143 52 47 141 35
Binary 10010100 1100000 10 0 100011 1100011 101010 100111 1100001 11101

Color Harmonies of #946002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946002

Black with #946002

Text Example


Text Example

White with #946002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946002; }

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

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

background-color css

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

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

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

border-color css

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

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

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