Html Css Color HEX #925D14 Golden Brown

📋 copy color: '#925D14'

red 146 ◦ green 93 ◦ blue 20

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

Shades of Golden Brown #925D14

Tints of Golden Brown #925D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 56.37%
G = 35.91%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#925D14 (or 0x925D14) is known color: Golden Brown. HEX triplet: 92, 5D and 14. RGB value is (146,93,20). Sum of RGB (Red+Green+Blue) = 146+93+20=259 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.37% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 146 - color contains mainly: red. Hex color #925D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925D14 is #6DA2EB. Grayscale: #646464. Windows color (decimal): -7185132 or 1334674. OLE color: 1334674.

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

Color convert

RGB 146 93 20 -
CMYK 0 0.36 0.86 0.43
HSL 34.76º 0.76% 0.33% -
HSV(B) 34.76º 0.86% 0.57% -
XYZ 15.89 13.99 2.52 -
YUV 100.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 146 93 20 0 0.36 0.86 0.43 34.76 0.76 0.33
Hex 92 5D 14 0 24 56 2B 23 4C 21
Octal 222 135 24 0 44 126 53 43 114 41
Binary 10010010 1011101 10100 0 100100 1010110 101011 100011 1001100 100001

Color Harmonies of #925D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D14

Black with #925D14

Text Example


Text Example

White with #925D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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