Html Css Color HEX #946720 Golden Brown

📋 copy color: '#946720'

red 148 ◦ green 103 ◦ blue 32

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

Shades of Golden Brown #946720

Tints of Golden Brown #946720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.4%

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 52.3%
G = 36.4%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#946720 (or 0x946720) is known color: Golden Brown. HEX triplet: 94, 67 and 20. RGB value is (148,103,32). Sum of RGB (Red+Green+Blue) = 148+103+32=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #946720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946720 is #6B98DF. Grayscale: #6C6C6C. Windows color (decimal): -7051488 or 2123668. OLE color: 2123668.

HSL color Cylindrical-coordinate representation of color #946720: hue angle of 36.72º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #946720 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 32 -
CMYK 0 0.30 0.78 0.42
HSL 36.72º 0.64% 0.35% -
HSV(B) 36.72º 0.78% 0.58% -
XYZ 17.32 16.1 3.56 -
YUV 108.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 148 103 32 0 0.30 0.78 0.42 36.72 0.64 0.35
Hex 94 67 20 0 1E 4E 2A 25 40 23
Octal 224 147 40 0 36 116 52 45 100 43
Binary 10010100 1100111 100000 0 11110 1001110 101010 100101 1000000 100011

Color Harmonies of #946720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946720

Black with #946720

Text Example


Text Example

White with #946720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946720; }

 p { color: rgb(148,103,32); }

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

background-color css

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

 a { background-color: rgb(148,103,32); }

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

border-color css

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

 span { border-color: rgb(148,103,32); }

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