Html Css Color HEX #94631C Golden Brown

📋 copy color: '#94631C'

red 148 ◦ green 99 ◦ blue 28

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

Shades of Golden Brown #94631C

Tints of Golden Brown #94631C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 53.82%
G = 36%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94631C (or 0x94631C) is known color: Golden Brown. HEX triplet: 94, 63 and 1C. RGB value is (148,99,28). Sum of RGB (Red+Green+Blue) = 148+99+28=275 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.82% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 28 (11.33% from 255 or 10.18% from 275); Max value from RGB is 148 - color contains mainly: red. Hex color #94631C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94631C is #6B9CE3. Grayscale: #696969. Windows color (decimal): -7052516 or 1860500. OLE color: 1860500.

HSL color Cylindrical-coordinate representation of color #94631C: hue angle of 35.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 #94631C is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 28 -
CMYK 0 0.33 0.81 0.42
HSL 35.5º 0.68% 0.35% -
HSV(B) 35.5º 0.81% 0.58% -
XYZ 16.88 15.3 3.16 -
YUV 105.56 84.23 158.27 -
System Red Green Blue C M Y K H S L
Decimal 148 99 28 0 0.33 0.81 0.42 35.5 0.68 0.35
Hex 94 63 1C 0 21 51 2A 24 44 23
Octal 224 143 34 0 41 121 52 44 104 43
Binary 10010100 1100011 11100 0 100001 1010001 101010 100100 1000100 100011

Color Harmonies of #94631C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94631C

Black with #94631C

Text Example


Text Example

White with #94631C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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