Html Css Color HEX #983A00 Saddle Brown

📋 copy color: '#983A00'

red 152 ◦ green 58 ◦ blue 0

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

Shades of Saddle Brown #983A00

Tints of Saddle Brown #983A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.38%
G = 27.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#983A00 (or 0x983A00) is known color: Saddle Brown. HEX triplet: 98, 3A and 00. RGB value is (152,58,0). Sum of RGB (Red+Green+Blue) = 152+58+0=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #983A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A00 is #67C5FF. Grayscale: #4F4F4F. Windows color (decimal): -6800896 or 15000. OLE color: 15000.

HSL color Cylindrical-coordinate representation of color #983A00: hue angle of 22.89º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #983A00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 0 -
CMYK 0 0.62 1 0.40
HSL 22.89º 1% 0.3% -
HSV(B) 22.89º 1% 0.6% -
XYZ 14.46 9.7 1.11 -
YUV 79.49 83.14 179.72 -
System Red Green Blue C M Y K H S L
Decimal 152 58 0 0 0.62 1 0.40 22.89 1 0.3
Hex 98 3A 0 0 3E 64 28 17 64 1E
Octal 230 72 0 0 76 144 50 27 144 36
Binary 10011000 111010 0 0 111110 1100100 101000 10111 1100100 11110

Color Harmonies of #983A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A00

Black with #983A00

Text Example


Text Example

White with #983A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983A00; }

 p { color: rgb(152,58,0); }

 H1.HeaderClassName
 {
   color: #983A00;
 }
 .AnyTagClassName
 {
   color: #983A00;
 }
</style>

background-color css

<style>
 a { background-color: #983A00; }

 a { background-color: rgb(152,58,0); }

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

border-color css

<style>
 span { border-color: #983A00; }

 span { border-color: rgb(152,58,0); }

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