Html Css Color HEX #94410A Saddle Brown

📋 copy color: '#94410A'

red 148 ◦ green 65 ◦ blue 10

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

Shades of Saddle Brown #94410A

Tints of Saddle Brown #94410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.15%

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

R = 66.37%
G = 29.15%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94410A (or 0x94410A) is known color: Saddle Brown. HEX triplet: 94, 41 and 0A. RGB value is (148,65,10). Sum of RGB (Red+Green+Blue) = 148+65+10=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 65 (25.78% from 255 or 29.15% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #94410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94410A is #6BBEF5. Grayscale: #535353. Windows color (decimal): -7061238 or 672148. OLE color: 672148.

HSL color Cylindrical-coordinate representation of color #94410A: hue angle of 23.91º 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 #94410A is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 65 10 -
CMYK 0 0.56 0.93 0.42
HSL 23.91º 0.87% 0.31% -
HSV(B) 23.91º 0.93% 0.58% -
XYZ 14.16 10.1 1.49 -
YUV 83.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 148 65 10 0 0.56 0.93 0.42 23.91 0.87 0.31
Hex 94 41 A 0 38 5D 2A 18 57 1F
Octal 224 101 12 0 70 135 52 30 127 37
Binary 10010100 1000001 1010 0 111000 1011101 101010 11000 1010111 11111

Color Harmonies of #94410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94410A

Black with #94410A

Text Example


Text Example

White with #94410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94410A; }

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

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

background-color css

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

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

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

border-color css

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

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

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