Html Css Color HEX #925901 Golden Brown

📋 copy color: '#925901'

red 146 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #925901

Tints of Golden Brown #925901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

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

R = 61.86%
G = 37.71%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#925901 (or 0x925901) is known color: Golden Brown. HEX triplet: 92, 59 and 01. RGB value is (146,89,1). Sum of RGB (Red+Green+Blue) = 146+89+1=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #925901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925901 is #6DA6FE. Grayscale: #606060. Windows color (decimal): -7186175 or 88466. OLE color: 88466.

HSL color Cylindrical-coordinate representation of color #925901: hue angle of 36.41º 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 #925901 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 89 1 -
CMYK 0 0.39 0.99 0.43
HSL 36.41º 0.99% 0.29% -
HSV(B) 36.41º 0.99% 0.57% -
XYZ 15.43 13.26 1.77 -
YUV 96.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 146 89 1 0 0.39 0.99 0.43 36.41 0.99 0.29
Hex 92 59 1 0 27 63 2B 24 63 1D
Octal 222 131 1 0 47 143 53 44 143 35
Binary 10010010 1011001 1 0 100111 1100011 101011 100100 1100011 11101

Color Harmonies of #925901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925901

Black with #925901

Text Example


Text Example

White with #925901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925901; }

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

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

background-color css

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

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

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

border-color css

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

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

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