Html Css Color HEX #945713 Golden Brown

📋 copy color: '#945713'

red 148 ◦ green 87 ◦ blue 19

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

Shades of Golden Brown #945713

Tints of Golden Brown #945713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.25%

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 58.27%
G = 34.25%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#945713 (or 0x945713) is known color: Golden Brown. HEX triplet: 94, 57 and 13. RGB value is (148,87,19). Sum of RGB (Red+Green+Blue) = 148+87+19=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #945713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945713 is #6BA8EC. Grayscale: #616161. Windows color (decimal): -7055597 or 1267604. OLE color: 1267604.

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

Color convert

RGB 148 87 19 -
CMYK 0 0.41 0.87 0.42
HSL 31.63º 0.77% 0.33% -
HSV(B) 31.63º 0.87% 0.58% -
XYZ 15.74 13.16 2.33 -
YUV 97.49 83.71 164.03 -
System Red Green Blue C M Y K H S L
Decimal 148 87 19 0 0.41 0.87 0.42 31.63 0.77 0.33
Hex 94 57 13 0 29 57 2A 20 4D 21
Octal 224 127 23 0 51 127 52 40 115 41
Binary 10010100 1010111 10011 0 101001 1010111 101010 100000 1001101 100001

Color Harmonies of #945713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945713

Black with #945713

Text Example


Text Example

White with #945713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945713; }

 p { color: rgb(148,87,19); }

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

background-color css

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

 a { background-color: rgb(148,87,19); }

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

border-color css

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

 span { border-color: rgb(148,87,19); }

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