Html Css Color HEX #945801 Golden Brown

📋 copy color: '#945801'

red 148 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #945801

Tints of Golden Brown #945801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 62.45%
G = 37.13%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#945801 (or 0x945801) is known color: Golden Brown. HEX triplet: 94, 58 and 01. RGB value is (148,88,1). Sum of RGB (Red+Green+Blue) = 148+88+1=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #945801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945801 is #6BA7FE. Grayscale: #606060. Windows color (decimal): -7055359 or 88212. OLE color: 88212.

HSL color Cylindrical-coordinate representation of color #945801: hue angle of 35.51º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #945801 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 88 1 -
CMYK 0 0.41 0.99 0.42
HSL 35.51º 0.99% 0.29% -
HSV(B) 35.51º 0.99% 0.58% -
XYZ 15.71 13.28 1.76 -
YUV 96.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 148 88 1 0 0.41 0.99 0.42 35.51 0.99 0.29
Hex 94 58 1 0 29 63 2A 24 63 1D
Octal 224 130 1 0 51 143 52 44 143 35
Binary 10010100 1011000 1 0 101001 1100011 101010 100100 1100011 11101

Color Harmonies of #945801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945801

Black with #945801

Text Example


Text Example

White with #945801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945801; }

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

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

background-color css

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

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

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

border-color css

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

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

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