Html Css Color HEX #94620D Golden Brown

📋 copy color: '#94620D'

red 148 ◦ green 98 ◦ blue 13

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

Shades of Golden Brown #94620D

Tints of Golden Brown #94620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

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

R = 57.14%
G = 37.84%
B = 5.02%

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

#94620D (or 0x94620D) is known color: Golden Brown. HEX triplet: 94, 62 and 0D. RGB value is (148,98,13). Sum of RGB (Red+Green+Blue) = 148+98+13=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94620D is #6B9DF2. Grayscale: #676767. Windows color (decimal): -7052787 or 877204. OLE color: 877204.

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

Color convert

RGB 148 98 13 -
CMYK 0 0.34 0.91 0.42
HSL 37.78º 0.84% 0.32% -
HSV(B) 37.78º 0.91% 0.58% -
XYZ 16.65 15.06 2.41 -
YUV 103.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 148 98 13 0 0.34 0.91 0.42 37.78 0.84 0.32
Hex 94 62 D 0 22 5B 2A 26 54 20
Octal 224 142 15 0 42 133 52 46 124 40
Binary 10010100 1100010 1101 0 100010 1011011 101010 100110 1010100 100000

Color Harmonies of #94620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94620D

Black with #94620D

Text Example


Text Example

White with #94620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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