Html Css Color HEX #983612 Saddle Brown

📋 copy color: '#983612'

red 152 ◦ green 54 ◦ blue 18

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

Shades of Saddle Brown #983612

Tints of Saddle Brown #983612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 67.86%
G = 24.11%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#983612 (or 0x983612) is known color: Saddle Brown. HEX triplet: 98, 36 and 12. RGB value is (152,54,18). Sum of RGB (Red+Green+Blue) = 152+54+18=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #983612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983612 is #67C9ED. Grayscale: #4F4F4F. Windows color (decimal): -6801902 or 1193624. OLE color: 1193624.

HSL color Cylindrical-coordinate representation of color #983612: hue angle of 16.12º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #983612 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 18 -
CMYK 0 0.64 0.88 0.40
HSL 16.12º 0.79% 0.33% -
HSV(B) 16.12º 0.88% 0.6% -
XYZ 14.38 9.36 1.62 -
YUV 79.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 152 54 18 0 0.64 0.88 0.40 16.12 0.79 0.33
Hex 98 36 12 0 40 58 28 10 4F 21
Octal 230 66 22 0 100 130 50 20 117 41
Binary 10011000 110110 10010 0 1000000 1011000 101000 10000 1001111 100001

Color Harmonies of #983612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983612

Black with #983612

Text Example


Text Example

White with #983612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983612; }

 p { color: rgb(152,54,18); }

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

background-color css

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

 a { background-color: rgb(152,54,18); }

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

border-color css

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

 span { border-color: rgb(152,54,18); }

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