Html Css Color HEX #94430E Saddle Brown

📋 copy color: '#94430E'

red 148 ◦ green 67 ◦ blue 14

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

Shades of Saddle Brown #94430E

Tints of Saddle Brown #94430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.11%

R = 64.63%
G = 29.26%
B = 6.11%

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

#94430E (or 0x94430E) is known color: Saddle Brown. HEX triplet: 94, 43 and 0E. RGB value is (148,67,14). Sum of RGB (Red+Green+Blue) = 148+67+14=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 14 (5.86% from 255 or 6.11% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94430E is #6BBCF1. Grayscale: #555555. Windows color (decimal): -7060722 or 934804. OLE color: 934804.

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

Color convert

RGB 148 67 14 -
CMYK 0 0.55 0.91 0.42
HSL 23.73º 0.83% 0.32% -
HSV(B) 23.73º 0.91% 0.58% -
XYZ 14.3 10.34 1.66 -
YUV 85.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 148 67 14 0 0.55 0.91 0.42 23.73 0.83 0.32
Hex 94 43 E 0 37 5B 2A 18 53 20
Octal 224 103 16 0 67 133 52 30 123 40
Binary 10010100 1000011 1110 0 110111 1011011 101010 11000 1010011 100000

Color Harmonies of #94430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94430E

Black with #94430E

Text Example


Text Example

White with #94430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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