Html Css Color HEX #943A0E Saddle Brown

📋 copy color: '#943A0E'

red 148 ◦ green 58 ◦ blue 14

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

Shades of Saddle Brown #943A0E

Tints of Saddle Brown #943A0E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 67.27%
G = 26.36%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#943A0E (or 0x943A0E) is known color: Saddle Brown. HEX triplet: 94, 3A and 0E. RGB value is (148,58,14). Sum of RGB (Red+Green+Blue) = 148+58+14=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #943A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943A0E is #6BC5F1. Grayscale: #505050. Windows color (decimal): -7063026 or 932500. OLE color: 932500.

HSL color Cylindrical-coordinate representation of color #943A0E: hue angle of 19.7º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #943A0E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 58 14 -
CMYK 0 0.61 0.91 0.42
HSL 19.7º 0.83% 0.32% -
HSV(B) 19.7º 0.91% 0.58% -
XYZ 13.81 9.35 1.49 -
YUV 79.89 90.82 176.58 -
System Red Green Blue C M Y K H S L
Decimal 148 58 14 0 0.61 0.91 0.42 19.7 0.83 0.32
Hex 94 3A E 0 3D 5B 2A 14 53 20
Octal 224 72 16 0 75 133 52 24 123 40
Binary 10010100 111010 1110 0 111101 1011011 101010 10100 1010011 100000

Color Harmonies of #943A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943A0E

Black with #943A0E

Text Example


Text Example

White with #943A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,58,14); }

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

background-color css

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

 a { background-color: rgb(148,58,14); }

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

border-color css

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

 span { border-color: rgb(148,58,14); }

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