Html Css Color HEX #94580F Golden Brown

📋 copy color: '#94580F'

red 148 ◦ green 88 ◦ blue 15

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

Shades of Golden Brown #94580F

Tints of Golden Brown #94580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 58.96%
G = 35.06%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#94580F (or 0x94580F) is known color: Golden Brown. HEX triplet: 94, 58 and 0F. RGB value is (148,88,15). Sum of RGB (Red+Green+Blue) = 148+88+15=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #94580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #94580F is #6BA7F0. Grayscale: #616161. Windows color (decimal): -7055345 or 1005716. OLE color: 1005716.

HSL color Cylindrical-coordinate representation of color #94580F: hue angle of 32.93º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94580F is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 15 -
CMYK 0 0.41 0.90 0.42
HSL 32.93º 0.82% 0.32% -
HSV(B) 32.93º 0.9% 0.58% -
XYZ 15.79 13.31 2.19 -
YUV 97.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 148 88 15 0 0.41 0.90 0.42 32.93 0.82 0.32
Hex 94 58 F 0 29 5A 2A 21 52 20
Octal 224 130 17 0 51 132 52 41 122 40
Binary 10010100 1011000 1111 0 101001 1011010 101010 100001 1010010 100000

Color Harmonies of #94580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94580F

Black with #94580F

Text Example


Text Example

White with #94580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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