Html Css Color HEX #945908 Golden Brown

📋 copy color: '#945908'

red 148 ◦ green 89 ◦ blue 8

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

Shades of Golden Brown #945908

Tints of Golden Brown #945908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 60.41%
G = 36.33%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#945908 (or 0x945908) is known color: Golden Brown. HEX triplet: 94, 59 and 08. RGB value is (148,89,8). Sum of RGB (Red+Green+Blue) = 148+89+8=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #945908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945908 is #6BA6F7. Grayscale: #616161. Windows color (decimal): -7055096 or 547220. OLE color: 547220.

HSL color Cylindrical-coordinate representation of color #945908: hue angle of 34.71º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #945908 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 89 8 -
CMYK 0 0.40 0.95 0.42
HSL 34.71º 0.9% 0.31% -
HSV(B) 34.71º 0.95% 0.58% -
XYZ 15.83 13.46 1.99 -
YUV 97.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 148 89 8 0 0.40 0.95 0.42 34.71 0.9 0.31
Hex 94 59 8 0 28 5F 2A 23 5A 1F
Octal 224 131 10 0 50 137 52 43 132 37
Binary 10010100 1011001 1000 0 101000 1011111 101010 100011 1011010 11111

Color Harmonies of #945908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945908

Black with #945908

Text Example


Text Example

White with #945908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945908; }

 p { color: rgb(148,89,8); }

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

background-color css

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

 a { background-color: rgb(148,89,8); }

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

border-color css

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

 span { border-color: rgb(148,89,8); }

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