Html Css Color HEX #94360B Saddle Brown

📋 copy color: '#94360B'

red 148 ◦ green 54 ◦ blue 11

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

Shades of Saddle Brown #94360B

Tints of Saddle Brown #94360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 69.48%
G = 25.35%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94360B (or 0x94360B) is known color: Saddle Brown. HEX triplet: 94, 36 and 0B. RGB value is (148,54,11). Sum of RGB (Red+Green+Blue) = 148+54+11=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94360B is #6BC9F4. Grayscale: #4D4D4D. Windows color (decimal): -7064053 or 734868. OLE color: 734868.

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

Color convert

RGB 148 54 11 -
CMYK 0 0.64 0.93 0.42
HSL 18.83º 0.86% 0.31% -
HSV(B) 18.83º 0.93% 0.58% -
XYZ 13.59 8.96 1.33 -
YUV 77.2 90.64 178.5 -
System Red Green Blue C M Y K H S L
Decimal 148 54 11 0 0.64 0.93 0.42 18.83 0.86 0.31
Hex 94 36 B 0 40 5D 2A 13 56 1F
Octal 224 66 13 0 100 135 52 23 126 37
Binary 10010100 110110 1011 0 1000000 1011101 101010 10011 1010110 11111

Color Harmonies of #94360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94360B

Black with #94360B

Text Example


Text Example

White with #94360B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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