Html Css Color HEX #94540D Golden Brown

📋 copy color: '#94540D'

red 148 ◦ green 84 ◦ blue 13

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

Shades of Golden Brown #94540D

Tints of Golden Brown #94540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 60.41%
G = 34.29%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94540D (or 0x94540D) is known color: Golden Brown. HEX triplet: 94, 54 and 0D. RGB value is (148,84,13). Sum of RGB (Red+Green+Blue) = 148+84+13=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94540D is #6BABF2. Grayscale: #5F5F5F. Windows color (decimal): -7056371 or 873620. OLE color: 873620.

HSL color Cylindrical-coordinate representation of color #94540D: hue angle of 31.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94540D is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 84 13 -
CMYK 0 0.43 0.91 0.42
HSL 31.56º 0.84% 0.32% -
HSV(B) 31.56º 0.91% 0.58% -
XYZ 15.46 12.67 2.01 -
YUV 95.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 148 84 13 0 0.43 0.91 0.42 31.56 0.84 0.32
Hex 94 54 D 0 2B 5B 2A 20 54 20
Octal 224 124 15 0 53 133 52 40 124 40
Binary 10010100 1010100 1101 0 101011 1011011 101010 100000 1010100 100000

Color Harmonies of #94540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94540D

Black with #94540D

Text Example


Text Example

White with #94540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94540D; }

 p { color: rgb(148,84,13); }

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

background-color css

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

 a { background-color: rgb(148,84,13); }

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

border-color css

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

 span { border-color: rgb(148,84,13); }

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