Html Css Color HEX #90471A Saddle Brown

📋 copy color: '#90471A'

red 144 ◦ green 71 ◦ blue 26

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

Shades of Saddle Brown #90471A

Tints of Saddle Brown #90471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 59.75%
G = 29.46%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90471A (or 0x90471A) is known color: Saddle Brown. HEX triplet: 90, 47 and 1A. RGB value is (144,71,26). Sum of RGB (Red+Green+Blue) = 144+71+26=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90471A is #6FB8E5. Grayscale: #575757. Windows color (decimal): -7321830 or 1722256. OLE color: 1722256.

HSL color Cylindrical-coordinate representation of color #90471A: hue angle of 22.88º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90471A is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 71 26 -
CMYK 0 0.51 0.82 0.44
HSL 22.88º 0.69% 0.33% -
HSV(B) 22.88º 0.82% 0.56% -
XYZ 13.94 10.51 2.27 -
YUV 87.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 144 71 26 0 0.51 0.82 0.44 22.88 0.69 0.33
Hex 90 47 1A 0 33 52 2C 17 45 21
Octal 220 107 32 0 63 122 54 27 105 41
Binary 10010000 1000111 11010 0 110011 1010010 101100 10111 1000101 100001

Color Harmonies of #90471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90471A

Black with #90471A

Text Example


Text Example

White with #90471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90471A; }

 p { color: rgb(144,71,26); }

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

background-color css

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

 a { background-color: rgb(144,71,26); }

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

border-color css

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

 span { border-color: rgb(144,71,26); }

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