Html Css Color HEX #924B13 Saddle Brown

📋 copy color: '#924B13'

red 146 ◦ green 75 ◦ blue 19

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

Shades of Saddle Brown #924B13

Tints of Saddle Brown #924B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 60.83%
G = 31.25%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#924B13 (or 0x924B13) is known color: Saddle Brown. HEX triplet: 92, 4B and 13. RGB value is (146,75,19). Sum of RGB (Red+Green+Blue) = 146+75+19=240 (31% of max value = 765). Red value is 146 (57.42% from 255 or 60.83% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 146 - color contains mainly: red. Hex color #924B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #924B13 is #6DB4EC. Grayscale: #5A5A5A. Windows color (decimal): -7189741 or 1264530. OLE color: 1264530.

HSL color Cylindrical-coordinate representation of color #924B13: hue angle of 26.46º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #924B13 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 75 19 -
CMYK 0 0.49 0.87 0.43
HSL 26.46º 0.77% 0.32% -
HSV(B) 26.46º 0.87% 0.57% -
XYZ 14.49 11.19 2.01 -
YUV 89.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 146 75 19 0 0.49 0.87 0.43 26.46 0.77 0.32
Hex 92 4B 13 0 31 57 2B 1A 4D 20
Octal 222 113 23 0 61 127 53 32 115 40
Binary 10010010 1001011 10011 0 110001 1010111 101011 11010 1001101 100000

Color Harmonies of #924B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924B13

Black with #924B13

Text Example


Text Example

White with #924B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924B13; }

 p { color: rgb(146,75,19); }

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

background-color css

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

 a { background-color: rgb(146,75,19); }

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

border-color css

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

 span { border-color: rgb(146,75,19); }

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