Html Css Color HEX #942901 Saddle Brown

📋 copy color: '#942901'

red 148 ◦ green 41 ◦ blue 1

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

Shades of Saddle Brown #942901

Tints of Saddle Brown #942901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

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

R = 77.89%
G = 21.58%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#942901 (or 0x942901) is known color: Saddle Brown. HEX triplet: 94, 29 and 01. RGB value is (148,41,1). Sum of RGB (Red+Green+Blue) = 148+41+1=190 (25% of max value = 765). Red value is 148 (58.20% from 255 or 77.89% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 148 - color contains mainly: red. Hex color #942901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942901 is #6BD6FE. Grayscale: #444444. Windows color (decimal): -7067391 or 76180. OLE color: 76180.

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

Color convert

RGB 148 41 1 -
CMYK 0 0.72 0.99 0.42
HSL 16.33º 0.99% 0.29% -
HSV(B) 16.33º 0.99% 0.58% -
XYZ 13.01 7.88 0.86 -
YUV 68.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 148 41 1 0 0.72 0.99 0.42 16.33 0.99 0.29
Hex 94 29 1 0 48 63 2A 10 63 1D
Octal 224 51 1 0 110 143 52 20 143 35
Binary 10010100 101001 1 0 1001000 1100011 101010 10000 1100011 11101

Color Harmonies of #942901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942901

Black with #942901

Text Example


Text Example

White with #942901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942901; }

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

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

background-color css

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

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

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

border-color css

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

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

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