Html Css Color HEX #94610D Golden Brown

📋 copy color: '#94610D'

red 148 ◦ green 97 ◦ blue 13

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

Shades of Golden Brown #94610D

Tints of Golden Brown #94610D

RGB

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

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

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

R = 57.36%
G = 37.6%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94610D (or 0x94610D) is known color: Golden Brown. HEX triplet: 94, 61 and 0D. RGB value is (148,97,13). Sum of RGB (Red+Green+Blue) = 148+97+13=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #94610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94610D is #6B9EF2. Grayscale: #676767. Windows color (decimal): -7053043 or 876948. OLE color: 876948.

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

Color convert

RGB 148 97 13 -
CMYK 0 0.34 0.91 0.42
HSL 37.33º 0.84% 0.32% -
HSV(B) 37.33º 0.91% 0.58% -
XYZ 16.56 14.87 2.38 -
YUV 102.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 148 97 13 0 0.34 0.91 0.42 37.33 0.84 0.32
Hex 94 61 D 0 22 5B 2A 25 54 20
Octal 224 141 15 0 42 133 52 45 124 40
Binary 10010100 1100001 1101 0 100010 1011011 101010 100101 1010100 100000

Color Harmonies of #94610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94610D

Black with #94610D

Text Example


Text Example

White with #94610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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