Html Css Color HEX #982F0A Saddle Brown

📋 copy color: '#982F0A'

red 152 ◦ green 47 ◦ blue 10

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

Shades of Saddle Brown #982F0A

Tints of Saddle Brown #982F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.49%

 BLUE value IS 10 (4.3% from 255) = 4.78%

R = 72.73%
G = 22.49%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#982F0A (or 0x982F0A) is known color: Saddle Brown. HEX triplet: 98, 2F and 0A. RGB value is (152,47,10). Sum of RGB (Red+Green+Blue) = 152+47+10=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F0A is #67D0F5. Grayscale: #4A4A4A. Windows color (decimal): -6803702 or 667544. OLE color: 667544.

HSL color Cylindrical-coordinate representation of color #982F0A: hue angle of 15.63º degrees, saturation: 0.88, 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 #982F0A is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 10 -
CMYK 0 0.69 0.93 0.40
HSL 15.63º 0.88% 0.32% -
HSV(B) 15.63º 0.93% 0.6% -
XYZ 14.02 8.73 1.23 -
YUV 74.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 152 47 10 0 0.69 0.93 0.40 15.63 0.88 0.32
Hex 98 2F A 0 45 5D 28 10 58 20
Octal 230 57 12 0 105 135 50 20 130 40
Binary 10011000 101111 1010 0 1000101 1011101 101000 10000 1011000 100000

Color Harmonies of #982F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F0A

Black with #982F0A

Text Example


Text Example

White with #982F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,47,10); }

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

background-color css

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

 a { background-color: rgb(152,47,10); }

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

border-color css

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

 span { border-color: rgb(152,47,10); }

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