Html Css Color HEX #90340F Saddle Brown

📋 copy color: '#90340F'

red 144 ◦ green 52 ◦ blue 15

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

Shades of Saddle Brown #90340F

Tints of Saddle Brown #90340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.64%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 68.25%
G = 24.64%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90340F (or 0x90340F) is known color: Saddle Brown. HEX triplet: 90, 34 and 0F. RGB value is (144,52,15). Sum of RGB (Red+Green+Blue) = 144+52+15=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90340F is #6FCBF0. Grayscale: #4B4B4B. Windows color (decimal): -7326705 or 996496. OLE color: 996496.

HSL color Cylindrical-coordinate representation of color #90340F: hue angle of 17.21º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90340F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 52 15 -
CMYK 0 0.64 0.90 0.44
HSL 17.21º 0.81% 0.31% -
HSV(B) 17.21º 0.9% 0.56% -
XYZ 12.82 8.42 1.4 -
YUV 75.29 93.98 177.01 -
System Red Green Blue C M Y K H S L
Decimal 144 52 15 0 0.64 0.90 0.44 17.21 0.81 0.31
Hex 90 34 F 0 40 5A 2C 11 51 1F
Octal 220 64 17 0 100 132 54 21 121 37
Binary 10010000 110100 1111 0 1000000 1011010 101100 10001 1010001 11111

Color Harmonies of #90340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90340F

Black with #90340F

Text Example


Text Example

White with #90340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,52,15); }

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

background-color css

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

 a { background-color: rgb(144,52,15); }

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

border-color css

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

 span { border-color: rgb(144,52,15); }

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