Html Css Color HEX #94671C Golden Brown

📋 copy color: '#94671C'

red 148 ◦ green 103 ◦ blue 28

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

Shades of Golden Brown #94671C

Tints of Golden Brown #94671C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 53.05%
G = 36.92%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94671C (or 0x94671C) is known color: Golden Brown. HEX triplet: 94, 67 and 1C. RGB value is (148,103,28). Sum of RGB (Red+Green+Blue) = 148+103+28=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94671C is #6B98E3. Grayscale: #6C6C6C. Windows color (decimal): -7051492 or 1861524. OLE color: 1861524.

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

Color convert

RGB 148 103 28 -
CMYK 0 0.30 0.81 0.42
HSL 37.5º 0.68% 0.35% -
HSV(B) 37.5º 0.81% 0.58% -
XYZ 17.27 16.08 3.29 -
YUV 107.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 148 103 28 0 0.30 0.81 0.42 37.5 0.68 0.35
Hex 94 67 1C 0 1E 51 2A 26 44 23
Octal 224 147 34 0 36 121 52 46 104 43
Binary 10010100 1100111 11100 0 11110 1010001 101010 100110 1000100 100011

Color Harmonies of #94671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94671C

Black with #94671C

Text Example


Text Example

White with #94671C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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