Html Css Color HEX #983D0B Saddle Brown

📋 copy color: '#983D0B'

red 152 ◦ green 61 ◦ blue 11

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

Shades of Saddle Brown #983D0B

Tints of Saddle Brown #983D0B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 67.86%
G = 27.23%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#983D0B (or 0x983D0B) is known color: Saddle Brown. HEX triplet: 98, 3D and 0B. RGB value is (152,61,11). Sum of RGB (Red+Green+Blue) = 152+61+11=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #983D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983D0B is #67C2F4. Grayscale: #525252. Windows color (decimal): -6800117 or 736664. OLE color: 736664.

HSL color Cylindrical-coordinate representation of color #983D0B: hue angle of 21.28º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #983D0B is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 61 11 -
CMYK 0 0.60 0.93 0.40
HSL 21.28º 0.87% 0.32% -
HSV(B) 21.28º 0.93% 0.6% -
XYZ 14.68 10.04 1.48 -
YUV 82.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 152 61 11 0 0.60 0.93 0.40 21.28 0.87 0.32
Hex 98 3D B 0 3C 5D 28 15 57 20
Octal 230 75 13 0 74 135 50 25 127 40
Binary 10011000 111101 1011 0 111100 1011101 101000 10101 1010111 100000

Color Harmonies of #983D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D0B

Black with #983D0B

Text Example


Text Example

White with #983D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983D0B; }

 p { color: rgb(152,61,11); }

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

background-color css

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

 a { background-color: rgb(152,61,11); }

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

border-color css

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

 span { border-color: rgb(152,61,11); }

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