Html Css Color HEX #945001 Saddle Brown

📋 copy color: '#945001'

red 148 ◦ green 80 ◦ blue 1

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

Shades of Saddle Brown #945001

Tints of Saddle Brown #945001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

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

R = 64.63%
G = 34.93%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#945001 (or 0x945001) is known color: Saddle Brown. HEX triplet: 94, 50 and 01. RGB value is (148,80,1). Sum of RGB (Red+Green+Blue) = 148+80+1=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #945001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945001 is #6BAFFE. Grayscale: #5B5B5B. Windows color (decimal): -7057407 or 86164. OLE color: 86164.

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

Color convert

RGB 148 80 1 -
CMYK 0 0.46 0.99 0.42
HSL 32.24º 0.99% 0.29% -
HSV(B) 32.24º 0.99% 0.58% -
XYZ 15.09 12.04 1.56 -
YUV 91.33 77.03 168.42 -
System Red Green Blue C M Y K H S L
Decimal 148 80 1 0 0.46 0.99 0.42 32.24 0.99 0.29
Hex 94 50 1 0 2E 63 2A 20 63 1D
Octal 224 120 1 0 56 143 52 40 143 35
Binary 10010100 1010000 1 0 101110 1100011 101010 100000 1100011 11101

Color Harmonies of #945001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945001

Black with #945001

Text Example


Text Example

White with #945001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945001; }

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

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

background-color css

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

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

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

border-color css

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

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

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