Html Css Color HEX #945912 Golden Brown

📋 copy color: '#945912'

red 148 ◦ green 89 ◦ blue 18

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

Shades of Golden Brown #945912

Tints of Golden Brown #945912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 58.04%
G = 34.9%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#945912 (or 0x945912) is known color: Golden Brown. HEX triplet: 94, 59 and 12. RGB value is (148,89,18). Sum of RGB (Red+Green+Blue) = 148+89+18=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #945912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945912 is #6BA6ED. Grayscale: #626262. Windows color (decimal): -7055086 or 1202580. OLE color: 1202580.

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

Color convert

RGB 148 89 18 -
CMYK 0 0.40 0.88 0.42
HSL 32.77º 0.78% 0.33% -
HSV(B) 32.77º 0.88% 0.58% -
XYZ 15.89 13.48 2.34 -
YUV 98.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 148 89 18 0 0.40 0.88 0.42 32.77 0.78 0.33
Hex 94 59 12 0 28 58 2A 21 4E 21
Octal 224 131 22 0 50 130 52 41 116 41
Binary 10010100 1011001 10010 0 101000 1011000 101010 100001 1001110 100001

Color Harmonies of #945912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945912

Black with #945912

Text Example


Text Example

White with #945912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945912; }

 p { color: rgb(148,89,18); }

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

background-color css

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

 a { background-color: rgb(148,89,18); }

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

border-color css

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

 span { border-color: rgb(148,89,18); }

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