Html Css Color HEX #946719 Golden Brown

📋 copy color: '#946719'

red 148 ◦ green 103 ◦ blue 25

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

Shades of Golden Brown #946719

Tints of Golden Brown #946719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 53.62%
G = 37.32%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946719 (or 0x946719) is known color: Golden Brown. HEX triplet: 94, 67 and 19. RGB value is (148,103,25). Sum of RGB (Red+Green+Blue) = 148+103+25=276 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.62% from 276); Green value is 103 (40.62% from 255 or 37.32% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 148 - color contains mainly: red. Hex color #946719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946719 is #6B98E6. Grayscale: #6B6B6B. Windows color (decimal): -7051495 or 1664916. OLE color: 1664916.

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

Color convert

RGB 148 103 25 -
CMYK 0 0.30 0.83 0.42
HSL 38.05º 0.71% 0.34% -
HSV(B) 38.05º 0.83% 0.58% -
XYZ 17.24 16.07 3.11 -
YUV 107.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 148 103 25 0 0.30 0.83 0.42 38.05 0.71 0.34
Hex 94 67 19 0 1E 53 2A 26 47 22
Octal 224 147 31 0 36 123 52 46 107 42
Binary 10010100 1100111 11001 0 11110 1010011 101010 100110 1000111 100010

Color Harmonies of #946719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946719

Black with #946719

Text Example


Text Example

White with #946719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946719; }

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

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

background-color css

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

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

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

border-color css

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

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

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