Html Css Color HEX #907313 Golden Brown

📋 copy color: '#907313'

red 144 ◦ green 115 ◦ blue 19

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

Shades of Golden Brown #907313

Tints of Golden Brown #907313

RGB

 RED value IS 144 (56.64% from 255) = 51.8%

 GREEN value IS 115 (45.31% from 255) = 41.37%

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

R = 51.8%
G = 41.37%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#907313 (or 0x907313) is known color: Golden Brown. HEX triplet: 90, 73 and 13. RGB value is (144,115,19). Sum of RGB (Red+Green+Blue) = 144+115+19=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #907313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907313 is #6F8CEC. Grayscale: #717171. Windows color (decimal): -7310573 or 1274768. OLE color: 1274768.

HSL color Cylindrical-coordinate representation of color #907313: hue angle of 46.08º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #907313 is Cyan = 0, Magento = 0.20, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 115 19 -
CMYK 0 0.20 0.87 0.44
HSL 46.08º 0.77% 0.32% -
HSV(B) 46.08º 0.87% 0.56% -
XYZ 17.75 18.24 3.2 -
YUV 112.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 144 115 19 0 0.20 0.87 0.44 46.08 0.77 0.32
Hex 90 73 13 0 14 57 2C 2E 4D 20
Octal 220 163 23 0 24 127 54 56 115 40
Binary 10010000 1110011 10011 0 10100 1010111 101100 101110 1001101 100000

Color Harmonies of #907313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907313

Black with #907313

Text Example


Text Example

White with #907313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907313; }

 p { color: rgb(144,115,19); }

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

background-color css

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

 a { background-color: rgb(144,115,19); }

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

border-color css

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

 span { border-color: rgb(144,115,19); }

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