Html Css Color HEX #93430B Saddle Brown

📋 copy color: '#93430B'

red 147 ◦ green 67 ◦ blue 11

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

Shades of Saddle Brown #93430B

Tints of Saddle Brown #93430B

RGB

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

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

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

R = 65.33%
G = 29.78%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#93430B (or 0x93430B) is known color: Saddle Brown. HEX triplet: 93, 43 and 0B. RGB value is (147,67,11). Sum of RGB (Red+Green+Blue) = 147+67+11=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #93430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93430B is #6CBCF4. Grayscale: #545454. Windows color (decimal): -7126261 or 738195. OLE color: 738195.

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

Color convert

RGB 147 67 11 -
CMYK 0 0.54 0.93 0.42
HSL 24.71º 0.86% 0.31% -
HSV(B) 24.71º 0.93% 0.58% -
XYZ 14.1 10.24 1.55 -
YUV 84.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 147 67 11 0 0.54 0.93 0.42 24.71 0.86 0.31
Hex 93 43 B 0 36 5D 2A 19 56 1F
Octal 223 103 13 0 66 135 52 31 126 37
Binary 10010011 1000011 1011 0 110110 1011101 101010 11001 1010110 11111

Color Harmonies of #93430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93430B

Black with #93430B

Text Example


Text Example

White with #93430B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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