Html Css Color HEX #982F03 Saddle Brown

📋 copy color: '#982F03'

red 152 ◦ green 47 ◦ blue 3

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

Shades of Saddle Brown #982F03

Tints of Saddle Brown #982F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 75.25%
G = 23.27%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.40

RGB Variations

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

Color information

#982F03 (or 0x982F03) is known color: Saddle Brown. HEX triplet: 98, 2F and 03. RGB value is (152,47,3). Sum of RGB (Red+Green+Blue) = 152+47+3=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 47 (18.75% from 255 or 23.27% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #982F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F03 is #67D0FC. Grayscale: #494949. Windows color (decimal): -6803709 or 208792. OLE color: 208792.

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

Color convert

RGB 152 47 3 -
CMYK 0 0.69 0.98 0.40
HSL 17.72º 0.96% 0.3% -
HSV(B) 17.72º 0.98% 0.6% -
XYZ 13.98 8.72 1.03 -
YUV 73.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 152 47 3 0 0.69 0.98 0.40 17.72 0.96 0.3
Hex 98 2F 3 0 45 62 28 12 60 1E
Octal 230 57 3 0 105 142 50 22 140 36
Binary 10011000 101111 11 0 1000101 1100010 101000 10010 1100000 11110

Color Harmonies of #982F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F03

Black with #982F03

Text Example


Text Example

White with #982F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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