Html Css Color HEX #945B01 Golden Brown

📋 copy color: '#945B01'

red 148 ◦ green 91 ◦ blue 1

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

Shades of Golden Brown #945B01

Tints of Golden Brown #945B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.92%

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

R = 61.67%
G = 37.92%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#945B01 (or 0x945B01) is known color: Golden Brown. HEX triplet: 94, 5B and 01. RGB value is (148,91,1). Sum of RGB (Red+Green+Blue) = 148+91+1=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #945B01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B01 is #6BA4FE. Grayscale: #626262. Windows color (decimal): -7054591 or 88980. OLE color: 88980.

HSL color Cylindrical-coordinate representation of color #945B01: hue angle of 36.73º 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 #945B01 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 91 1 -
CMYK 0 0.39 0.99 0.42
HSL 36.73º 0.99% 0.29% -
HSV(B) 36.73º 0.99% 0.58% -
XYZ 15.96 13.78 1.85 -
YUV 97.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 148 91 1 0 0.39 0.99 0.42 36.73 0.99 0.29
Hex 94 5B 1 0 27 63 2A 25 63 1D
Octal 224 133 1 0 47 143 52 45 143 35
Binary 10010100 1011011 1 0 100111 1100011 101010 100101 1100011 11101

Color Harmonies of #945B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945B01

Black with #945B01

Text Example


Text Example

White with #945B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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