Html Css Color HEX #94611D Golden Brown

📋 copy color: '#94611D'

red 148 ◦ green 97 ◦ blue 29

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

Shades of Golden Brown #94611D

Tints of Golden Brown #94611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 54.01%
G = 35.4%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94611D (or 0x94611D) is known color: Golden Brown. HEX triplet: 94, 61 and 1D. RGB value is (148,97,29). Sum of RGB (Red+Green+Blue) = 148+97+29=274 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.01% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 148 - color contains mainly: red. Hex color #94611D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94611D is #6B9EE2. Grayscale: #686868. Windows color (decimal): -7053027 or 1925524. OLE color: 1925524.

HSL color Cylindrical-coordinate representation of color #94611D: hue angle of 34.29º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94611D is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 29 -
CMYK 0 0.34 0.80 0.42
HSL 34.29º 0.67% 0.35% -
HSV(B) 34.29º 0.8% 0.58% -
XYZ 16.71 14.93 3.16 -
YUV 104.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 148 97 29 0 0.34 0.80 0.42 34.29 0.67 0.35
Hex 94 61 1D 0 22 50 2A 22 43 23
Octal 224 141 35 0 42 120 52 42 103 43
Binary 10010100 1100001 11101 0 100010 1010000 101010 100010 1000011 100011

Color Harmonies of #94611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94611D

Black with #94611D

Text Example


Text Example

White with #94611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,97,29); }

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

background-color css

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

 a { background-color: rgb(148,97,29); }

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

border-color css

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

 span { border-color: rgb(148,97,29); }

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