Html Css Color HEX #943500 Saddle Brown

📋 copy color: '#943500'

red 148 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #943500

Tints of Saddle Brown #943500

RGB

 RED value IS 148 (58.2% from 255) = 73.63%

 GREEN value IS 53 (21.09% from 255) = 26.37%

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

R = 73.63%
G = 26.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#943500 (or 0x943500) is known color: Saddle Brown. HEX triplet: 94, 35 and 00. RGB value is (148,53,0). Sum of RGB (Red+Green+Blue) = 148+53+0=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #943500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943500 is #6BCAFF. Grayscale: #4B4B4B. Windows color (decimal): -7064320 or 13716. OLE color: 13716.

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

Color convert

RGB 148 53 0 -
CMYK 0 0.64 1 0.42
HSL 21.49º 1% 0.29% -
HSV(B) 21.49º 1% 0.58% -
XYZ 13.49 8.84 1 -
YUV 75.36 85.47 179.81 -
System Red Green Blue C M Y K H S L
Decimal 148 53 0 0 0.64 1 0.42 21.49 1 0.29
Hex 94 35 0 0 40 64 2A 15 64 1D
Octal 224 65 0 0 100 144 52 25 144 35
Binary 10010100 110101 0 0 1000000 1100100 101010 10101 1100100 11101

Color Harmonies of #943500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943500

Black with #943500

Text Example


Text Example

White with #943500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943500; }

 p { color: rgb(148,53,0); }

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

background-color css

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

 a { background-color: rgb(148,53,0); }

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

border-color css

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

 span { border-color: rgb(148,53,0); }

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