Html Css Color HEX #925B00 Golden Brown

📋 copy color: '#925B00'

red 146 ◦ green 91 ◦ blue 0

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

Shades of Golden Brown #925B00

Tints of Golden Brown #925B00

RGB

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

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

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

R = 61.6%
G = 38.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#925B00 (or 0x925B00) is known color: Golden Brown. HEX triplet: 92, 5B and 00. RGB value is (146,91,0). Sum of RGB (Red+Green+Blue) = 146+91+0=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #925B00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925B00 is #6DA4FF. Grayscale: #616161. Windows color (decimal): -7185664 or 23442. OLE color: 23442.

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

Color convert

RGB 146 91 0 -
CMYK 0 0.38 1 0.43
HSL 37.4º 1% 0.29% -
HSV(B) 37.4º 1% 0.57% -
XYZ 15.6 13.59 1.8 -
YUV 97.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 146 91 0 0 0.38 1 0.43 37.4 1 0.29
Hex 92 5B 0 0 26 64 2B 25 64 1D
Octal 222 133 0 0 46 144 53 45 144 35
Binary 10010010 1011011 0 0 100110 1100100 101011 100101 1100100 11101

Color Harmonies of #925B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925B00

Black with #925B00

Text Example


Text Example

White with #925B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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