Html Css Color HEX #90461F Saddle Brown

📋 copy color: '#90461F'

red 144 ◦ green 70 ◦ blue 31

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

Shades of Saddle Brown #90461F

Tints of Saddle Brown #90461F

RGB

 RED value IS 144 (56.64% from 255) = 58.78%

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 58.78%
G = 28.57%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90461F (or 0x90461F) is known color: Saddle Brown. HEX triplet: 90, 46 and 1F. RGB value is (144,70,31). Sum of RGB (Red+Green+Blue) = 144+70+31=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #90461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90461F is #6FB9E0. Grayscale: #575757. Windows color (decimal): -7322081 or 2049680. OLE color: 2049680.

HSL color Cylindrical-coordinate representation of color #90461F: hue angle of 20.71º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90461F is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 70 31 -
CMYK 0 0.51 0.78 0.44
HSL 20.71º 0.65% 0.34% -
HSV(B) 20.71º 0.78% 0.56% -
XYZ 13.94 10.41 2.57 -
YUV 87.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 144 70 31 0 0.51 0.78 0.44 20.71 0.65 0.34
Hex 90 46 1F 0 33 4E 2C 15 41 22
Octal 220 106 37 0 63 116 54 25 101 42
Binary 10010000 1000110 11111 0 110011 1001110 101100 10101 1000001 100010

Color Harmonies of #90461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90461F

Black with #90461F

Text Example


Text Example

White with #90461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90461F; }

 p { color: rgb(144,70,31); }

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

background-color css

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

 a { background-color: rgb(144,70,31); }

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

border-color css

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

 span { border-color: rgb(144,70,31); }

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