Html Css Color HEX #947015 Golden Brown

📋 copy color: '#947015'

red 148 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #947015

Tints of Golden Brown #947015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 52.67%
G = 39.86%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#947015 (or 0x947015) is known color: Golden Brown. HEX triplet: 94, 70 and 15. RGB value is (148,112,21). Sum of RGB (Red+Green+Blue) = 148+112+21=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #947015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947015 is #6B8FEA. Grayscale: #707070. Windows color (decimal): -7049195 or 1405076. OLE color: 1405076.

HSL color Cylindrical-coordinate representation of color #947015: hue angle of 42.99º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #947015 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 112 21 -
CMYK 0 0.24 0.86 0.42
HSL 42.99º 0.75% 0.33% -
HSV(B) 42.99º 0.86% 0.58% -
XYZ 18.14 17.94 3.22 -
YUV 112.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 148 112 21 0 0.24 0.86 0.42 42.99 0.75 0.33
Hex 94 70 15 0 18 56 2A 2B 4B 21
Octal 224 160 25 0 30 126 52 53 113 41
Binary 10010100 1110000 10101 0 11000 1010110 101010 101011 1001011 100001

Color Harmonies of #947015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947015

Black with #947015

Text Example


Text Example

White with #947015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947015; }

 p { color: rgb(148,112,21); }

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

background-color css

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

 a { background-color: rgb(148,112,21); }

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

border-color css

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

 span { border-color: rgb(148,112,21); }

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