Html Css Color HEX #946D1B Golden Brown

📋 copy color: '#946D1B'

red 148 ◦ green 109 ◦ blue 27

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

Shades of Golden Brown #946D1B

Tints of Golden Brown #946D1B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.38%

 BLUE value IS 27 (10.94% from 255) = 9.51%

R = 52.11%
G = 38.38%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#946D1B (or 0x946D1B) is known color: Golden Brown. HEX triplet: 94, 6D and 1B. RGB value is (148,109,27). Sum of RGB (Red+Green+Blue) = 148+109+27=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #946D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946D1B is #6B92E4. Grayscale: #6F6F6F. Windows color (decimal): -7049957 or 1797524. OLE color: 1797524.

HSL color Cylindrical-coordinate representation of color #946D1B: hue angle of 40.66º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #946D1B is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 27 -
CMYK 0 0.26 0.82 0.42
HSL 40.66º 0.69% 0.34% -
HSV(B) 40.66º 0.82% 0.58% -
XYZ 17.88 17.31 3.44 -
YUV 111.31 80.42 154.17 -
System Red Green Blue C M Y K H S L
Decimal 148 109 27 0 0.26 0.82 0.42 40.66 0.69 0.34
Hex 94 6D 1B 0 1A 52 2A 29 45 22
Octal 224 155 33 0 32 122 52 51 105 42
Binary 10010100 1101101 11011 0 11010 1010010 101010 101001 1000101 100010

Color Harmonies of #946D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D1B

Black with #946D1B

Text Example


Text Example

White with #946D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D1B; }

 p { color: rgb(148,109,27); }

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

background-color css

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

 a { background-color: rgb(148,109,27); }

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

border-color css

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

 span { border-color: rgb(148,109,27); }

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