Html Css Color HEX #934E00 Saddle Brown

📋 copy color: '#934E00'

red 147 ◦ green 78 ◦ blue 0

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

Shades of Saddle Brown #934E00

Tints of Saddle Brown #934E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.33%
G = 34.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#934E00 (or 0x934E00) is known color: Saddle Brown. HEX triplet: 93, 4E and 00. RGB value is (147,78,0). Sum of RGB (Red+Green+Blue) = 147+78+0=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #934E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934E00 is #6CB1FF. Grayscale: #5A5A5A. Windows color (decimal): -7123456 or 20115. OLE color: 20115.

HSL color Cylindrical-coordinate representation of color #934E00: hue angle of 31.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #934E00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 78 0 -
CMYK 0 0.47 1 0.42
HSL 31.84º 1% 0.29% -
HSV(B) 31.84º 1% 0.58% -
XYZ 14.76 11.65 1.47 -
YUV 89.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 147 78 0 0 0.47 1 0.42 31.84 1 0.29
Hex 93 4E 0 0 2F 64 2A 20 64 1D
Octal 223 116 0 0 57 144 52 40 144 35
Binary 10010011 1001110 0 0 101111 1100100 101010 100000 1100100 11101

Color Harmonies of #934E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934E00

Black with #934E00

Text Example


Text Example

White with #934E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #934E00; }

 p { color: rgb(147,78,0); }

 H1.HeaderClassName
 {
   color: #934E00;
 }
 .AnyTagClassName
 {
   color: #934E00;
 }
</style>

background-color css

<style>
 a { background-color: #934E00; }

 a { background-color: rgb(147,78,0); }

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

border-color css

<style>
 span { border-color: #934E00; }

 span { border-color: rgb(147,78,0); }

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