Html Css Color HEX #925D01 Golden Brown

📋 copy color: '#925D01'

red 146 ◦ green 93 ◦ blue 1

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

Shades of Golden Brown #925D01

Tints of Golden Brown #925D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.75%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 60.83%
G = 38.75%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#925D01 (or 0x925D01) is known color: Golden Brown. HEX triplet: 92, 5D and 01. RGB value is (146,93,1). Sum of RGB (Red+Green+Blue) = 146+93+1=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #925D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D01 is #6DA2FE. Grayscale: #626262. Windows color (decimal): -7185151 or 89490. OLE color: 89490.

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

Color convert

RGB 146 93 1 -
CMYK 0 0.36 0.99 0.43
HSL 38.07º 0.99% 0.29% -
HSV(B) 38.07º 0.99% 0.57% -
XYZ 15.77 13.94 1.89 -
YUV 98.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 146 93 1 0 0.36 0.99 0.43 38.07 0.99 0.29
Hex 92 5D 1 0 24 63 2B 26 63 1D
Octal 222 135 1 0 44 143 53 46 143 35
Binary 10010010 1011101 1 0 100100 1100011 101011 100110 1100011 11101

Color Harmonies of #925D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D01

Black with #925D01

Text Example


Text Example

White with #925D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,93,1); }

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

background-color css

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

 a { background-color: rgb(146,93,1); }

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

border-color css

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

 span { border-color: rgb(146,93,1); }

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