Html Css Color HEX #943C00 Saddle Brown

📋 copy color: '#943C00'

red 148 ◦ green 60 ◦ blue 0

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

Shades of Saddle Brown #943C00

Tints of Saddle Brown #943C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

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

R = 71.15%
G = 28.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#943C00 (or 0x943C00) is known color: Saddle Brown. HEX triplet: 94, 3C and 00. RGB value is (148,60,0). Sum of RGB (Red+Green+Blue) = 148+60+0=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #943C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943C00 is #6BC3FF. Grayscale: #4F4F4F. Windows color (decimal): -7062528 or 15508. OLE color: 15508.

HSL color Cylindrical-coordinate representation of color #943C00: hue angle of 24.32º 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 #943C00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 60 0 -
CMYK 0 0.59 1 0.42
HSL 24.32º 1% 0.29% -
HSV(B) 24.32º 1% 0.58% -
XYZ 13.83 9.53 1.11 -
YUV 79.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 148 60 0 0 0.59 1 0.42 24.32 1 0.29
Hex 94 3C 0 0 3B 64 2A 18 64 1D
Octal 224 74 0 0 73 144 52 30 144 35
Binary 10010100 111100 0 0 111011 1100100 101010 11000 1100100 11101

Color Harmonies of #943C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943C00

Black with #943C00

Text Example


Text Example

White with #943C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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