Html Css Color HEX #945512 Golden Brown

📋 copy color: '#945512'

red 148 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #945512

Tints of Golden Brown #945512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

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

R = 58.96%
G = 33.86%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#945512 (or 0x945512) is known color: Golden Brown. HEX triplet: 94, 55 and 12. RGB value is (148,85,18). Sum of RGB (Red+Green+Blue) = 148+85+18=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #945512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945512 is #6BAAED. Grayscale: #606060. Windows color (decimal): -7056110 or 1201556. OLE color: 1201556.

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

Color convert

RGB 148 85 18 -
CMYK 0 0.43 0.88 0.42
HSL 30.92º 0.78% 0.33% -
HSV(B) 30.92º 0.88% 0.58% -
XYZ 15.57 12.84 2.23 -
YUV 96.2 83.87 164.95 -
System Red Green Blue C M Y K H S L
Decimal 148 85 18 0 0.43 0.88 0.42 30.92 0.78 0.33
Hex 94 55 12 0 2B 58 2A 1F 4E 21
Octal 224 125 22 0 53 130 52 37 116 41
Binary 10010100 1010101 10010 0 101011 1011000 101010 11111 1001110 100001

Color Harmonies of #945512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945512

Black with #945512

Text Example


Text Example

White with #945512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945512; }

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

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

background-color css

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

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

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

border-color css

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

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

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