Html Css Color HEX #934D01 Saddle Brown

📋 copy color: '#934D01'

red 147 ◦ green 77 ◦ blue 1

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

Shades of Saddle Brown #934D01

Tints of Saddle Brown #934D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.22%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 65.33%
G = 34.22%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#934D01 (or 0x934D01) is known color: Saddle Brown. HEX triplet: 93, 4D and 01. RGB value is (147,77,1). Sum of RGB (Red+Green+Blue) = 147+77+1=225 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 147 - color contains mainly: red. Hex color #934D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #934D01 is #6CB2FE. Grayscale: #595959. Windows color (decimal): -7123711 or 85395. OLE color: 85395.

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

Color convert

RGB 147 77 1 -
CMYK 0 0.48 0.99 0.42
HSL 31.23º 0.99% 0.29% -
HSV(B) 31.23º 0.99% 0.58% -
XYZ 14.69 11.51 1.48 -
YUV 89.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 147 77 1 0 0.48 0.99 0.42 31.23 0.99 0.29
Hex 93 4D 1 0 30 63 2A 1F 63 1D
Octal 223 115 1 0 60 143 52 37 143 35
Binary 10010011 1001101 1 0 110000 1100011 101010 11111 1100011 11101

Color Harmonies of #934D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #934D01

Black with #934D01

Text Example


Text Example

White with #934D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,77,1); }

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

background-color css

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

 a { background-color: rgb(147,77,1); }

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

border-color css

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

 span { border-color: rgb(147,77,1); }

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