Html Css Color HEX #983A02 Saddle Brown

📋 copy color: '#983A02'

red 152 ◦ green 58 ◦ blue 2

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

Shades of Saddle Brown #983A02

Tints of Saddle Brown #983A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 71.7%
G = 27.36%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#983A02 (or 0x983A02) is known color: Saddle Brown. HEX triplet: 98, 3A and 02. RGB value is (152,58,2). Sum of RGB (Red+Green+Blue) = 152+58+2=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #983A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983A02 is #67C5FD. Grayscale: #505050. Windows color (decimal): -6800894 or 146072. OLE color: 146072.

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

Color convert

RGB 152 58 2 -
CMYK 0 0.62 0.99 0.40
HSL 22.4º 0.97% 0.3% -
HSV(B) 22.4º 0.99% 0.6% -
XYZ 14.47 9.71 1.17 -
YUV 79.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 152 58 2 0 0.62 0.99 0.40 22.4 0.97 0.3
Hex 98 3A 2 0 3E 63 28 16 61 1E
Octal 230 72 2 0 76 143 50 26 141 36
Binary 10011000 111010 10 0 111110 1100011 101000 10110 1100001 11110

Color Harmonies of #983A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A02

Black with #983A02

Text Example


Text Example

White with #983A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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