Html Css Color HEX #94360D Saddle Brown

📋 copy color: '#94360D'

red 148 ◦ green 54 ◦ blue 13

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

Shades of Saddle Brown #94360D

Tints of Saddle Brown #94360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.05%

R = 68.84%
G = 25.12%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94360D (or 0x94360D) is known color: Saddle Brown. HEX triplet: 94, 36 and 0D. RGB value is (148,54,13). Sum of RGB (Red+Green+Blue) = 148+54+13=215 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.84% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 148 - color contains mainly: red. Hex color #94360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94360D is #6BC9F2. Grayscale: #4D4D4D. Windows color (decimal): -7064051 or 865940. OLE color: 865940.

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

Color convert

RGB 148 54 13 -
CMYK 0 0.64 0.91 0.42
HSL 18.22º 0.84% 0.32% -
HSV(B) 18.22º 0.91% 0.58% -
XYZ 13.6 8.96 1.39 -
YUV 77.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 148 54 13 0 0.64 0.91 0.42 18.22 0.84 0.32
Hex 94 36 D 0 40 5B 2A 12 54 20
Octal 224 66 15 0 100 133 52 22 124 40
Binary 10010100 110110 1101 0 1000000 1011011 101010 10010 1010100 100000

Color Harmonies of #94360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94360D

Black with #94360D

Text Example


Text Example

White with #94360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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