Html Css Color HEX #943D0A Saddle Brown

📋 copy color: '#943D0A'

red 148 ◦ green 61 ◦ blue 10

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

Shades of Saddle Brown #943D0A

Tints of Saddle Brown #943D0A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.85%

 BLUE value IS 10 (4.3% from 255) = 4.57%

R = 67.58%
G = 27.85%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#943D0A (or 0x943D0A) is known color: Saddle Brown. HEX triplet: 94, 3D and 0A. RGB value is (148,61,10). Sum of RGB (Red+Green+Blue) = 148+61+10=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #943D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943D0A is #6BC2F5. Grayscale: #515151. Windows color (decimal): -7062262 or 671124. OLE color: 671124.

HSL color Cylindrical-coordinate representation of color #943D0A: hue angle of 22.17º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #943D0A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 61 10 -
CMYK 0 0.59 0.93 0.42
HSL 22.17º 0.87% 0.31% -
HSV(B) 22.17º 0.93% 0.58% -
XYZ 13.94 9.66 1.42 -
YUV 81.2 87.82 175.65 -
System Red Green Blue C M Y K H S L
Decimal 148 61 10 0 0.59 0.93 0.42 22.17 0.87 0.31
Hex 94 3D A 0 3B 5D 2A 16 57 1F
Octal 224 75 12 0 73 135 52 26 127 37
Binary 10010100 111101 1010 0 111011 1011101 101010 10110 1010111 11111

Color Harmonies of #943D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943D0A

Black with #943D0A

Text Example


Text Example

White with #943D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,61,10); }

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

background-color css

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

 a { background-color: rgb(148,61,10); }

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

border-color css

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

 span { border-color: rgb(148,61,10); }

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