Html Css Color HEX #982F08 Saddle Brown

📋 copy color: '#982F08'

red 152 ◦ green 47 ◦ blue 8

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

Shades of Saddle Brown #982F08

Tints of Saddle Brown #982F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.86%

R = 73.43%
G = 22.71%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#982F08 (or 0x982F08) is known color: Saddle Brown. HEX triplet: 98, 2F and 08. RGB value is (152,47,8). Sum of RGB (Red+Green+Blue) = 152+47+8=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 47 (18.75% from 255 or 22.71% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982F08 is #67D0F7. Grayscale: #4A4A4A. Windows color (decimal): -6803704 or 536472. OLE color: 536472.

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

Color convert

RGB 152 47 8 -
CMYK 0 0.69 0.95 0.40
HSL 16.25º 0.9% 0.31% -
HSV(B) 16.25º 0.95% 0.6% -
XYZ 14.01 8.73 1.18 -
YUV 73.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 152 47 8 0 0.69 0.95 0.40 16.25 0.9 0.31
Hex 98 2F 8 0 45 5F 28 10 5A 1F
Octal 230 57 10 0 105 137 50 20 132 37
Binary 10011000 101111 1000 0 1000101 1011111 101000 10000 1011010 11111

Color Harmonies of #982F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F08

Black with #982F08

Text Example


Text Example

White with #982F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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