Html Css Color HEX #93431D Saddle Brown

📋 copy color: '#93431D'

red 147 ◦ green 67 ◦ blue 29

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

Shades of Saddle Brown #93431D

Tints of Saddle Brown #93431D

RGB

 RED value IS 147 (57.81% from 255) = 60.49%

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 60.49%
G = 27.57%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93431D (or 0x93431D) is known color: Saddle Brown. HEX triplet: 93, 43 and 1D. RGB value is (147,67,29). Sum of RGB (Red+Green+Blue) = 147+67+29=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93431D is #6CBCE2. Grayscale: #565656. Windows color (decimal): -7126243 or 1917843. OLE color: 1917843.

HSL color Cylindrical-coordinate representation of color #93431D: hue angle of 19.32º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93431D is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 67 29 -
CMYK 0 0.54 0.80 0.42
HSL 19.32º 0.67% 0.35% -
HSV(B) 19.32º 0.8% 0.58% -
XYZ 14.26 10.31 2.4 -
YUV 86.59 95.5 171.09 -
System Red Green Blue C M Y K H S L
Decimal 147 67 29 0 0.54 0.80 0.42 19.32 0.67 0.35
Hex 93 43 1D 0 36 50 2A 13 43 23
Octal 223 103 35 0 66 120 52 23 103 43
Binary 10010011 1000011 11101 0 110110 1010000 101010 10011 1000011 100011

Color Harmonies of #93431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93431D

Black with #93431D

Text Example


Text Example

White with #93431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,67,29); }

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

background-color css

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

 a { background-color: rgb(147,67,29); }

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

border-color css

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

 span { border-color: rgb(147,67,29); }

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