Html Css Color HEX #983A08 Saddle Brown

📋 copy color: '#983A08'

red 152 ◦ green 58 ◦ blue 8

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

Shades of Saddle Brown #983A08

Tints of Saddle Brown #983A08

RGB

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

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

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

R = 69.72%
G = 26.61%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#983A08 (or 0x983A08) is known color: Saddle Brown. HEX triplet: 98, 3A and 08. RGB value is (152,58,8). Sum of RGB (Red+Green+Blue) = 152+58+8=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #983A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A08 is #67C5F7. Grayscale: #505050. Windows color (decimal): -6800888 or 539288. OLE color: 539288.

HSL color Cylindrical-coordinate representation of color #983A08: hue angle of 20.83º 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 #983A08 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 58 8 -
CMYK 0 0.62 0.95 0.40
HSL 20.83º 0.9% 0.31% -
HSV(B) 20.83º 0.95% 0.6% -
XYZ 14.51 9.72 1.34 -
YUV 80.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 152 58 8 0 0.62 0.95 0.40 20.83 0.9 0.31
Hex 98 3A 8 0 3E 5F 28 15 5A 1F
Octal 230 72 10 0 76 137 50 25 132 37
Binary 10011000 111010 1000 0 111110 1011111 101000 10101 1011010 11111

Color Harmonies of #983A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A08

Black with #983A08

Text Example


Text Example

White with #983A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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