Html Css Color HEX #945F00 Golden Brown

📋 copy color: '#945F00'

red 148 ◦ green 95 ◦ blue 0

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

Shades of Golden Brown #945F00

Tints of Golden Brown #945F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.91%
G = 39.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#945F00 (or 0x945F00) is known color: Golden Brown. HEX triplet: 94, 5F and 00. RGB value is (148,95,0). Sum of RGB (Red+Green+Blue) = 148+95+0=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #945F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945F00 is #6BA0FF. Grayscale: #646464. Windows color (decimal): -7053568 or 24468. OLE color: 24468.

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

Color convert

RGB 148 95 0 -
CMYK 0 0.36 1 0.42
HSL 38.51º 1% 0.29% -
HSV(B) 38.51º 1% 0.58% -
XYZ 16.3 14.48 1.94 -
YUV 100.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 148 95 0 0 0.36 1 0.42 38.51 1 0.29
Hex 94 5F 0 0 24 64 2A 27 64 1D
Octal 224 137 0 0 44 144 52 47 144 35
Binary 10010100 1011111 0 0 100100 1100100 101010 100111 1100100 11101

Color Harmonies of #945F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F00

Black with #945F00

Text Example


Text Example

White with #945F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,95,0); }

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

background-color css

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

 a { background-color: rgb(148,95,0); }

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

border-color css

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

 span { border-color: rgb(148,95,0); }

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