Html Css Color HEX #945612 Golden Brown

📋 copy color: '#945612'

red 148 ◦ green 86 ◦ blue 18

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

Shades of Golden Brown #945612

Tints of Golden Brown #945612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.13%

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

R = 58.73%
G = 34.13%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#945612 (or 0x945612) is known color: Golden Brown. HEX triplet: 94, 56 and 12. RGB value is (148,86,18). Sum of RGB (Red+Green+Blue) = 148+86+18=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #945612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945612 is #6BA9ED. Grayscale: #616161. Windows color (decimal): -7055854 or 1201812. OLE color: 1201812.

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

Color convert

RGB 148 86 18 -
CMYK 0 0.42 0.88 0.42
HSL 31.38º 0.78% 0.33% -
HSV(B) 31.38º 0.88% 0.58% -
XYZ 15.65 13 2.26 -
YUV 96.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 148 86 18 0 0.42 0.88 0.42 31.38 0.78 0.33
Hex 94 56 12 0 2A 58 2A 1F 4E 21
Octal 224 126 22 0 52 130 52 37 116 41
Binary 10010100 1010110 10010 0 101010 1011000 101010 11111 1001110 100001

Color Harmonies of #945612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945612

Black with #945612

Text Example


Text Example

White with #945612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945612; }

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

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

background-color css

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

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

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

border-color css

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

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

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