Html Css Color HEX #983C0E Saddle Brown

📋 copy color: '#983C0E'

red 152 ◦ green 60 ◦ blue 14

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

Shades of Saddle Brown #983C0E

Tints of Saddle Brown #983C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 67.26%
G = 26.55%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#983C0E (or 0x983C0E) is known color: Saddle Brown. HEX triplet: 98, 3C and 0E. RGB value is (152,60,14). Sum of RGB (Red+Green+Blue) = 152+60+14=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #983C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983C0E is #67C3F1. Grayscale: #525252. Windows color (decimal): -6800370 or 933016. OLE color: 933016.

HSL color Cylindrical-coordinate representation of color #983C0E: hue angle of 20º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #983C0E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 14 -
CMYK 0 0.61 0.91 0.40
HSL 20º 0.83% 0.33% -
HSV(B) 20º 0.91% 0.6% -
XYZ 14.64 9.94 1.56 -
YUV 82.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 152 60 14 0 0.61 0.91 0.40 20 0.83 0.33
Hex 98 3C E 0 3D 5B 28 14 53 21
Octal 230 74 16 0 75 133 50 24 123 41
Binary 10011000 111100 1110 0 111101 1011011 101000 10100 1010011 100001

Color Harmonies of #983C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C0E

Black with #983C0E

Text Example


Text Example

White with #983C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,60,14); }

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

background-color css

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

 a { background-color: rgb(152,60,14); }

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

border-color css

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

 span { border-color: rgb(152,60,14); }

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