Html Css Color HEX #925C09 Golden Brown

📋 copy color: '#925C09'

red 146 ◦ green 92 ◦ blue 9

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

Shades of Golden Brown #925C09

Tints of Golden Brown #925C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

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

R = 59.11%
G = 37.25%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#925C09 (or 0x925C09) is known color: Golden Brown. HEX triplet: 92, 5C and 09. RGB value is (146,92,9). Sum of RGB (Red+Green+Blue) = 146+92+9=247 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.11% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 146 - color contains mainly: red. Hex color #925C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925C09 is #6DA3F6. Grayscale: #636363. Windows color (decimal): -7185399 or 613522. OLE color: 613522.

HSL color Cylindrical-coordinate representation of color #925C09: hue angle of 36.35º 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 #925C09 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 92 9 -
CMYK 0 0.37 0.94 0.43
HSL 36.35º 0.88% 0.3% -
HSV(B) 36.35º 0.94% 0.57% -
XYZ 15.73 13.79 2.09 -
YUV 98.68 77.39 161.75 -
System Red Green Blue C M Y K H S L
Decimal 146 92 9 0 0.37 0.94 0.43 36.35 0.88 0.3
Hex 92 5C 9 0 25 5E 2B 24 58 1E
Octal 222 134 11 0 45 136 53 44 130 36
Binary 10010010 1011100 1001 0 100101 1011110 101011 100100 1011000 11110

Color Harmonies of #925C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925C09

Black with #925C09

Text Example


Text Example

White with #925C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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