Html Css Color HEX #94671E Golden Brown

📋 copy color: '#94671E'

red 148 ◦ green 103 ◦ blue 30

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

Shades of Golden Brown #94671E

Tints of Golden Brown #94671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 52.67%
G = 36.65%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94671E (or 0x94671E) is known color: Golden Brown. HEX triplet: 94, 67 and 1E. RGB value is (148,103,30). Sum of RGB (Red+Green+Blue) = 148+103+30=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #94671E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94671E is #6B98E1. Grayscale: #6C6C6C. Windows color (decimal): -7051490 or 1992596. OLE color: 1992596.

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

Color convert

RGB 148 103 30 -
CMYK 0 0.30 0.80 0.42
HSL 37.12º 0.66% 0.35% -
HSV(B) 37.12º 0.8% 0.58% -
XYZ 17.3 16.09 3.42 -
YUV 108.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 148 103 30 0 0.30 0.80 0.42 37.12 0.66 0.35
Hex 94 67 1E 0 1E 50 2A 25 42 23
Octal 224 147 36 0 36 120 52 45 102 43
Binary 10010100 1100111 11110 0 11110 1010000 101010 100101 1000010 100011

Color Harmonies of #94671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94671E

Black with #94671E

Text Example


Text Example

White with #94671E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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