Html Css Color HEX #945B0E Golden Brown

📋 copy color: '#945B0E'

red 148 ◦ green 91 ◦ blue 14

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

Shades of Golden Brown #945B0E

Tints of Golden Brown #945B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 58.5%
G = 35.97%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#945B0E (or 0x945B0E) is known color: Golden Brown. HEX triplet: 94, 5B and 0E. RGB value is (148,91,14). Sum of RGB (Red+Green+Blue) = 148+91+14=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #945B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945B0E is #6BA4F1. Grayscale: #636363. Windows color (decimal): -7054578 or 940948. OLE color: 940948.

HSL color Cylindrical-coordinate representation of color #945B0E: hue angle of 34.48º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #945B0E is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 91 14 -
CMYK 0 0.39 0.91 0.42
HSL 34.48º 0.83% 0.32% -
HSV(B) 34.48º 0.91% 0.58% -
XYZ 16.03 13.81 2.24 -
YUV 99.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 148 91 14 0 0.39 0.91 0.42 34.48 0.83 0.32
Hex 94 5B E 0 27 5B 2A 22 53 20
Octal 224 133 16 0 47 133 52 42 123 40
Binary 10010100 1011011 1110 0 100111 1011011 101010 100010 1010011 100000

Color Harmonies of #945B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945B0E

Black with #945B0E

Text Example


Text Example

White with #945B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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