Html Css Color HEX #94380B Saddle Brown

📋 copy color: '#94380B'

red 148 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #94380B

Tints of Saddle Brown #94380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 68.84%
G = 26.05%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94380B (or 0x94380B) is known color: Saddle Brown. HEX triplet: 94, 38 and 0B. RGB value is (148,56,11). Sum of RGB (Red+Green+Blue) = 148+56+11=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94380B is #6BC7F4. Grayscale: #4E4E4E. Windows color (decimal): -7063541 or 735380. OLE color: 735380.

HSL color Cylindrical-coordinate representation of color #94380B: hue angle of 19.71º degrees, saturation: 0.86, 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 #94380B is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 56 11 -
CMYK 0 0.62 0.93 0.42
HSL 19.71º 0.86% 0.31% -
HSV(B) 19.71º 0.93% 0.58% -
XYZ 13.69 9.15 1.36 -
YUV 78.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 148 56 11 0 0.62 0.93 0.42 19.71 0.86 0.31
Hex 94 38 B 0 3E 5D 2A 14 56 1F
Octal 224 70 13 0 76 135 52 24 126 37
Binary 10010100 111000 1011 0 111110 1011101 101010 10100 1010110 11111

Color Harmonies of #94380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94380B

Black with #94380B

Text Example


Text Example

White with #94380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94380B; }

 p { color: rgb(148,56,11); }

 H1.HeaderClassName
 {
   color: #94380B;
 }
 .AnyTagClassName
 {
   color: #94380B;
 }
</style>

background-color css

<style>
 a { background-color: #94380B; }

 a { background-color: rgb(148,56,11); }

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

border-color css

<style>
 span { border-color: #94380B; }

 span { border-color: rgb(148,56,11); }

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