Html Css Color HEX #925001 Saddle Brown

📋 copy color: '#925001'

red 146 ◦ green 80 ◦ blue 1

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

Shades of Saddle Brown #925001

Tints of Saddle Brown #925001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.24%

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

R = 64.32%
G = 35.24%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#925001 (or 0x925001) is known color: Saddle Brown. HEX triplet: 92, 50 and 01. RGB value is (146,80,1). Sum of RGB (Red+Green+Blue) = 146+80+1=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #925001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925001 is #6DAFFE. Grayscale: #5B5B5B. Windows color (decimal): -7188479 or 86162. OLE color: 86162.

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

Color convert

RGB 146 80 1 -
CMYK 0 0.45 0.99 0.43
HSL 32.69º 0.99% 0.29% -
HSV(B) 32.69º 0.99% 0.57% -
XYZ 14.73 11.85 1.54 -
YUV 90.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 146 80 1 0 0.45 0.99 0.43 32.69 0.99 0.29
Hex 92 50 1 0 2D 63 2B 21 63 1D
Octal 222 120 1 0 55 143 53 41 143 35
Binary 10010010 1010000 1 0 101101 1100011 101011 100001 1100011 11101

Color Harmonies of #925001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925001

Black with #925001

Text Example


Text Example

White with #925001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925001; }

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

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

background-color css

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

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

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

border-color css

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

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

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