Html Css Color HEX #943F00 Saddle Brown

📋 copy color: '#943F00'

red 148 ◦ green 63 ◦ blue 0

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

Shades of Saddle Brown #943F00

Tints of Saddle Brown #943F00

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

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

R = 70.14%
G = 29.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#943F00 (or 0x943F00) is known color: Saddle Brown. HEX triplet: 94, 3F and 00. RGB value is (148,63,0). Sum of RGB (Red+Green+Blue) = 148+63+0=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #943F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943F00 is #6BC0FF. Grayscale: #515151. Windows color (decimal): -7061760 or 16276. OLE color: 16276.

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

Color convert

RGB 148 63 0 -
CMYK 0 0.57 1 0.42
HSL 25.54º 1% 0.29% -
HSV(B) 25.54º 1% 0.58% -
XYZ 13.99 9.85 1.16 -
YUV 81.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 148 63 0 0 0.57 1 0.42 25.54 1 0.29
Hex 94 3F 0 0 39 64 2A 1A 64 1D
Octal 224 77 0 0 71 144 52 32 144 35
Binary 10010100 111111 0 0 111001 1100100 101010 11010 1100100 11101

Color Harmonies of #943F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943F00

Black with #943F00

Text Example


Text Example

White with #943F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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