Html Css Color HEX #982C06 Saddle Brown

📋 copy color: '#982C06'

red 152 ◦ green 44 ◦ blue 6

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

Shades of Saddle Brown #982C06

Tints of Saddle Brown #982C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.78%

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 75.25%
G = 21.78%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#982C06 (or 0x982C06) is known color: Saddle Brown. HEX triplet: 98, 2C and 06. RGB value is (152,44,6). Sum of RGB (Red+Green+Blue) = 152+44+6=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #982C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982C06 is #67D3F9. Grayscale: #484848. Windows color (decimal): -6804474 or 404632. OLE color: 404632.

HSL color Cylindrical-coordinate representation of color #982C06: hue angle of 15.62º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #982C06 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 6 -
CMYK 0 0.71 0.96 0.40
HSL 15.62º 0.92% 0.31% -
HSV(B) 15.62º 0.96% 0.6% -
XYZ 13.88 8.49 1.08 -
YUV 71.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 152 44 6 0 0.71 0.96 0.40 15.62 0.92 0.31
Hex 98 2C 6 0 47 60 28 10 5C 1F
Octal 230 54 6 0 107 140 50 20 134 37
Binary 10011000 101100 110 0 1000111 1100000 101000 10000 1011100 11111

Color Harmonies of #982C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C06

Black with #982C06

Text Example


Text Example

White with #982C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982C06; }

 p { color: rgb(152,44,6); }

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

background-color css

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

 a { background-color: rgb(152,44,6); }

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

border-color css

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

 span { border-color: rgb(152,44,6); }

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