Html Css Color HEX #98380F Saddle Brown

📋 copy color: '#98380F'

red 152 ◦ green 56 ◦ blue 15

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

Shades of Saddle Brown #98380F

Tints of Saddle Brown #98380F

RGB

 RED value IS 152 (59.77% from 255) = 68.16%

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 68.16%
G = 25.11%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98380F (or 0x98380F) is known color: Saddle Brown. HEX triplet: 98, 38 and 0F. RGB value is (152,56,15). Sum of RGB (Red+Green+Blue) = 152+56+15=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #98380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98380F is #67C7F0. Grayscale: #505050. Windows color (decimal): -6801393 or 997528. OLE color: 997528.

HSL color Cylindrical-coordinate representation of color #98380F: hue angle of 17.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98380F is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 56 15 -
CMYK 0 0.63 0.90 0.40
HSL 17.96º 0.82% 0.33% -
HSV(B) 17.96º 0.9% 0.6% -
XYZ 14.45 9.54 1.53 -
YUV 80.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 152 56 15 0 0.63 0.90 0.40 17.96 0.82 0.33
Hex 98 38 F 0 3F 5A 28 12 52 21
Octal 230 70 17 0 77 132 50 22 122 41
Binary 10011000 111000 1111 0 111111 1011010 101000 10010 1010010 100001

Color Harmonies of #98380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98380F

Black with #98380F

Text Example


Text Example

White with #98380F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,56,15); }

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

background-color css

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

 a { background-color: rgb(152,56,15); }

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

border-color css

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

 span { border-color: rgb(152,56,15); }

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