Html Css Color HEX #946315 Golden Brown

📋 copy color: '#946315'

red 148 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #946315

Tints of Golden Brown #946315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.94%

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

R = 55.22%
G = 36.94%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#946315 (or 0x946315) is known color: Golden Brown. HEX triplet: 94, 63 and 15. RGB value is (148,99,21). Sum of RGB (Red+Green+Blue) = 148+99+21=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946315 is #6B9CEA. Grayscale: #696969. Windows color (decimal): -7052523 or 1401748. OLE color: 1401748.

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

Color convert

RGB 148 99 21 -
CMYK 0 0.33 0.86 0.42
HSL 36.85º 0.75% 0.33% -
HSV(B) 36.85º 0.86% 0.58% -
XYZ 16.81 15.27 2.77 -
YUV 104.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 148 99 21 0 0.33 0.86 0.42 36.85 0.75 0.33
Hex 94 63 15 0 21 56 2A 25 4B 21
Octal 224 143 25 0 41 126 52 45 113 41
Binary 10010100 1100011 10101 0 100001 1010110 101010 100101 1001011 100001

Color Harmonies of #946315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946315

Black with #946315

Text Example


Text Example

White with #946315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946315; }

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

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

background-color css

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

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

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

border-color css

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

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

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