Html Css Color HEX #94630D Golden Brown

📋 copy color: '#94630D'

red 148 ◦ green 99 ◦ blue 13

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

Shades of Golden Brown #94630D

Tints of Golden Brown #94630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

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

R = 56.92%
G = 38.08%
B = 5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94630D (or 0x94630D) is known color: Golden Brown. HEX triplet: 94, 63 and 0D. RGB value is (148,99,13). Sum of RGB (Red+Green+Blue) = 148+99+13=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94630D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94630D is #6B9CF2. Grayscale: #686868. Windows color (decimal): -7052531 or 877460. OLE color: 877460.

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

Color convert

RGB 148 99 13 -
CMYK 0 0.33 0.91 0.42
HSL 38.22º 0.84% 0.32% -
HSV(B) 38.22º 0.91% 0.58% -
XYZ 16.75 15.25 2.44 -
YUV 103.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 148 99 13 0 0.33 0.91 0.42 38.22 0.84 0.32
Hex 94 63 D 0 21 5B 2A 26 54 20
Octal 224 143 15 0 41 133 52 46 124 40
Binary 10010100 1100011 1101 0 100001 1011011 101010 100110 1010100 100000

Color Harmonies of #94630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94630D

Black with #94630D

Text Example


Text Example

White with #94630D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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