Html Css Color HEX #94580B Golden Brown

📋 copy color: '#94580B'

red 148 ◦ green 88 ◦ blue 11

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

Shades of Golden Brown #94580B

Tints of Golden Brown #94580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.63%

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 59.92%
G = 35.63%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94580B (or 0x94580B) is known color: Golden Brown. HEX triplet: 94, 58 and 0B. RGB value is (148,88,11). Sum of RGB (Red+Green+Blue) = 148+88+11=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94580B is #6BA7F4. Grayscale: #616161. Windows color (decimal): -7055349 or 743572. OLE color: 743572.

HSL color Cylindrical-coordinate representation of color #94580B: hue angle of 33.72º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94580B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 11 -
CMYK 0 0.41 0.93 0.42
HSL 33.72º 0.86% 0.31% -
HSV(B) 33.72º 0.93% 0.58% -
XYZ 15.76 13.3 2.05 -
YUV 97.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 148 88 11 0 0.41 0.93 0.42 33.72 0.86 0.31
Hex 94 58 B 0 29 5D 2A 22 56 1F
Octal 224 130 13 0 51 135 52 42 126 37
Binary 10010100 1011000 1011 0 101001 1011101 101010 100010 1010110 11111

Color Harmonies of #94580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94580B

Black with #94580B

Text Example


Text Example

White with #94580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94580B; }

 p { color: rgb(148,88,11); }

 H1.HeaderClassName
 {
   color: #94580B;
 }
 .AnyTagClassName
 {
   color: #94580B;
 }
</style>

background-color css

<style>
 a { background-color: #94580B; }

 a { background-color: rgb(148,88,11); }

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

border-color css

<style>
 span { border-color: #94580B; }

 span { border-color: rgb(148,88,11); }

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