Html Css Color HEX #983107 Saddle Brown

📋 copy color: '#983107'

red 152 ◦ green 49 ◦ blue 7

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

Shades of Saddle Brown #983107

Tints of Saddle Brown #983107

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 7 (3.13% from 255) = 3.37%

R = 73.08%
G = 23.56%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#983107 (or 0x983107) is known color: Saddle Brown. HEX triplet: 98, 31 and 07. RGB value is (152,49,7). Sum of RGB (Red+Green+Blue) = 152+49+7=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #983107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983107 is #67CEF8. Grayscale: #4B4B4B. Windows color (decimal): -6803193 or 471448. OLE color: 471448.

HSL color Cylindrical-coordinate representation of color #983107: hue angle of 17.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #983107 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 7 -
CMYK 0 0.68 0.95 0.40
HSL 17.38º 0.91% 0.31% -
HSV(B) 17.38º 0.95% 0.6% -
XYZ 14.09 8.89 1.17 -
YUV 75.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 152 49 7 0 0.68 0.95 0.40 17.38 0.91 0.31
Hex 98 31 7 0 44 5F 28 11 5B 1F
Octal 230 61 7 0 104 137 50 21 133 37
Binary 10011000 110001 111 0 1000100 1011111 101000 10001 1011011 11111

Color Harmonies of #983107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983107

Black with #983107

Text Example


Text Example

White with #983107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983107; }

 p { color: rgb(152,49,7); }

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

background-color css

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

 a { background-color: rgb(152,49,7); }

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

border-color css

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

 span { border-color: rgb(152,49,7); }

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