Html Css Color HEX #94430D Saddle Brown

📋 copy color: '#94430D'

red 148 ◦ green 67 ◦ blue 13

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

Shades of Saddle Brown #94430D

Tints of Saddle Brown #94430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

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

R = 64.91%
G = 29.39%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94430D (or 0x94430D) is known color: Saddle Brown. HEX triplet: 94, 43 and 0D. RGB value is (148,67,13). Sum of RGB (Red+Green+Blue) = 148+67+13=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94430D is #6BBCF2. Grayscale: #555555. Windows color (decimal): -7060723 or 869268. OLE color: 869268.

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

Color convert

RGB 148 67 13 -
CMYK 0 0.55 0.91 0.42
HSL 24º 0.84% 0.32% -
HSV(B) 24º 0.91% 0.58% -
XYZ 14.29 10.34 1.62 -
YUV 85.06 87.34 172.89 -
System Red Green Blue C M Y K H S L
Decimal 148 67 13 0 0.55 0.91 0.42 24 0.84 0.32
Hex 94 43 D 0 37 5B 2A 18 54 20
Octal 224 103 15 0 67 133 52 30 124 40
Binary 10010100 1000011 1101 0 110111 1011011 101010 11000 1010100 100000

Color Harmonies of #94430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94430D

Black with #94430D

Text Example


Text Example

White with #94430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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