Html Css Color HEX #94671F Golden Brown

📋 copy color: '#94671F'

red 148 ◦ green 103 ◦ blue 31

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

Shades of Golden Brown #94671F

Tints of Golden Brown #94671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 31 (12.5% from 255) = 10.99%

R = 52.48%
G = 36.52%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#94671F (or 0x94671F) is known color: Golden Brown. HEX triplet: 94, 67 and 1F. RGB value is (148,103,31). Sum of RGB (Red+Green+Blue) = 148+103+31=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #94671F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94671F is #6B98E0. Grayscale: #6C6C6C. Windows color (decimal): -7051489 or 2058132. OLE color: 2058132.

HSL color Cylindrical-coordinate representation of color #94671F: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94671F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 31 -
CMYK 0 0.30 0.79 0.42
HSL 36.92º 0.65% 0.35% -
HSV(B) 36.92º 0.79% 0.58% -
XYZ 17.31 16.1 3.49 -
YUV 108.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 148 103 31 0 0.30 0.79 0.42 36.92 0.65 0.35
Hex 94 67 1F 0 1E 4F 2A 25 41 23
Octal 224 147 37 0 36 117 52 45 101 43
Binary 10010100 1100111 11111 0 11110 1001111 101010 100101 1000001 100011

Color Harmonies of #94671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94671F

Black with #94671F

Text Example


Text Example

White with #94671F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,103,31); }

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

background-color css

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

 a { background-color: rgb(148,103,31); }

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

border-color css

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

 span { border-color: rgb(148,103,31); }

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