Html Css Color HEX #923300 Saddle Brown

📋 copy color: '#923300'

red 146 ◦ green 51 ◦ blue 0

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

Shades of Saddle Brown #923300

Tints of Saddle Brown #923300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.11%
G = 25.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#923300 (or 0x923300) is known color: Saddle Brown. HEX triplet: 92, 33 and 00. RGB value is (146,51,0). Sum of RGB (Red+Green+Blue) = 146+51+0=197 (26% of max value = 765). Red value is 146 (57.42% from 255 or 74.11% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 146 - color contains mainly: red. Hex color #923300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923300 is #6DCCFF. Grayscale: #494949. Windows color (decimal): -7195904 or 13202. OLE color: 13202.

HSL color Cylindrical-coordinate representation of color #923300: hue angle of 20.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #923300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 51 0 -
CMYK 0 0.65 1 0.43
HSL 20.96º 1% 0.29% -
HSV(B) 20.96º 1% 0.57% -
XYZ 13.04 8.48 0.95 -
YUV 73.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 146 51 0 0 0.65 1 0.43 20.96 1 0.29
Hex 92 33 0 0 41 64 2B 15 64 1D
Octal 222 63 0 0 101 144 53 25 144 35
Binary 10010010 110011 0 0 1000001 1100100 101011 10101 1100100 11101

Color Harmonies of #923300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923300

Black with #923300

Text Example


Text Example

White with #923300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923300; }

 p { color: rgb(146,51,0); }

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

background-color css

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

 a { background-color: rgb(146,51,0); }

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

border-color css

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

 span { border-color: rgb(146,51,0); }

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