Html Css Color HEX #944601 Saddle Brown

📋 copy color: '#944601'

red 148 ◦ green 70 ◦ blue 1

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

Shades of Saddle Brown #944601

Tints of Saddle Brown #944601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 67.58%
G = 31.96%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#944601 (or 0x944601) is known color: Saddle Brown. HEX triplet: 94, 46 and 01. RGB value is (148,70,1). Sum of RGB (Red+Green+Blue) = 148+70+1=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #944601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944601 is #6BB9FE. Grayscale: #555555. Windows color (decimal): -7059967 or 83604. OLE color: 83604.

HSL color Cylindrical-coordinate representation of color #944601: hue angle of 28.16º 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 #944601 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 70 1 -
CMYK 0 0.53 0.99 0.42
HSL 28.16º 0.99% 0.29% -
HSV(B) 28.16º 0.99% 0.58% -
XYZ 14.41 10.68 1.33 -
YUV 85.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 148 70 1 0 0.53 0.99 0.42 28.16 0.99 0.29
Hex 94 46 1 0 35 63 2A 1C 63 1D
Octal 224 106 1 0 65 143 52 34 143 35
Binary 10010100 1000110 1 0 110101 1100011 101010 11100 1100011 11101

Color Harmonies of #944601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944601

Black with #944601

Text Example


Text Example

White with #944601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944601; }

 p { color: rgb(148,70,1); }

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

background-color css

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

 a { background-color: rgb(148,70,1); }

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

border-color css

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

 span { border-color: rgb(148,70,1); }

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