Html Css Color HEX #925B09 Golden Brown

📋 copy color: '#925B09'

red 146 ◦ green 91 ◦ blue 9

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

Shades of Golden Brown #925B09

Tints of Golden Brown #925B09

RGB

 RED value IS 146 (57.42% from 255) = 59.35%

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

 BLUE value IS 9 (3.91% from 255) = 3.66%

R = 59.35%
G = 36.99%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#925B09 (or 0x925B09) is known color: Golden Brown. HEX triplet: 92, 5B and 09. RGB value is (146,91,9). Sum of RGB (Red+Green+Blue) = 146+91+9=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #925B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B09 is #6DA4F6. Grayscale: #626262. Windows color (decimal): -7185655 or 613266. OLE color: 613266.

HSL color Cylindrical-coordinate representation of color #925B09: hue angle of 35.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #925B09 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 91 9 -
CMYK 0 0.38 0.94 0.43
HSL 35.91º 0.88% 0.3% -
HSV(B) 35.91º 0.94% 0.57% -
XYZ 15.64 13.61 2.06 -
YUV 98.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 146 91 9 0 0.38 0.94 0.43 35.91 0.88 0.3
Hex 92 5B 9 0 26 5E 2B 24 58 1E
Octal 222 133 11 0 46 136 53 44 130 36
Binary 10010010 1011011 1001 0 100110 1011110 101011 100100 1011000 11110

Color Harmonies of #925B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B09

Black with #925B09

Text Example


Text Example

White with #925B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925B09; }

 p { color: rgb(146,91,9); }

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

background-color css

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

 a { background-color: rgb(146,91,9); }

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

border-color css

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

 span { border-color: rgb(146,91,9); }

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