Html Css Color HEX #982B05 Saddle Brown

📋 copy color: '#982B05'

red 152 ◦ green 43 ◦ blue 5

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

Shades of Saddle Brown #982B05

Tints of Saddle Brown #982B05

RGB

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

 GREEN value IS 43 (17.19% from 255) = 21.5%

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 76%
G = 21.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.40

RGB Variations

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

Color information

#982B05 (or 0x982B05) is known color: Saddle Brown. HEX triplet: 98, 2B and 05. RGB value is (152,43,5). Sum of RGB (Red+Green+Blue) = 152+43+5=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #982B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982B05 is #67D4FA. Grayscale: #474747. Windows color (decimal): -6804731 or 338840. OLE color: 338840.

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

Color convert

RGB 152 43 5 -
CMYK 0 0.72 0.97 0.40
HSL 15.51º 0.94% 0.31% -
HSV(B) 15.51º 0.97% 0.6% -
XYZ 13.84 8.41 1.04 -
YUV 71.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 152 43 5 0 0.72 0.97 0.40 15.51 0.94 0.31
Hex 98 2B 5 0 48 61 28 10 5E 1F
Octal 230 53 5 0 110 141 50 20 136 37
Binary 10011000 101011 101 0 1001000 1100001 101000 10000 1011110 11111

Color Harmonies of #982B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B05

Black with #982B05

Text Example


Text Example

White with #982B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,43,5); }

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

background-color css

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

 a { background-color: rgb(152,43,5); }

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

border-color css

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

 span { border-color: rgb(152,43,5); }

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