Html Css Color HEX #945C08 Golden Brown

📋 copy color: '#945C08'

red 148 ◦ green 92 ◦ blue 8

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

Shades of Golden Brown #945C08

Tints of Golden Brown #945C08

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

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

R = 59.68%
G = 37.1%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#945C08 (or 0x945C08) is known color: Golden Brown. HEX triplet: 94, 5C and 08. RGB value is (148,92,8). Sum of RGB (Red+Green+Blue) = 148+92+8=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #945C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945C08 is #6BA3F7. Grayscale: #636363. Windows color (decimal): -7054328 or 547988. OLE color: 547988.

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

Color convert

RGB 148 92 8 -
CMYK 0 0.38 0.95 0.42
HSL 36º 0.9% 0.31% -
HSV(B) 36º 0.95% 0.58% -
XYZ 16.08 13.97 2.08 -
YUV 99.17 76.55 162.83 -
System Red Green Blue C M Y K H S L
Decimal 148 92 8 0 0.38 0.95 0.42 36 0.9 0.31
Hex 94 5C 8 0 26 5F 2A 24 5A 1F
Octal 224 134 10 0 46 137 52 44 132 37
Binary 10010100 1011100 1000 0 100110 1011111 101010 100100 1011010 11111

Color Harmonies of #945C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945C08

Black with #945C08

Text Example


Text Example

White with #945C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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