Html Css Color HEX #984E02 Saddle Brown

📋 copy color: '#984E02'

red 152 ◦ green 78 ◦ blue 2

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

Shades of Saddle Brown #984E02

Tints of Saddle Brown #984E02

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.62%

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

R = 65.52%
G = 33.62%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#984E02 (or 0x984E02) is known color: Saddle Brown. HEX triplet: 98, 4E and 02. RGB value is (152,78,2). Sum of RGB (Red+Green+Blue) = 152+78+2=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #984E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984E02 is #67B1FD. Grayscale: #5B5B5B. Windows color (decimal): -6795774 or 151192. OLE color: 151192.

HSL color Cylindrical-coordinate representation of color #984E02: hue angle of 30.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 #984E02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 78 2 -
CMYK 0 0.49 0.99 0.40
HSL 30.4º 0.97% 0.3% -
HSV(B) 30.4º 0.99% 0.6% -
XYZ 15.68 12.13 1.57 -
YUV 91.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 152 78 2 0 0.49 0.99 0.40 30.4 0.97 0.3
Hex 98 4E 2 0 31 63 28 1E 61 1E
Octal 230 116 2 0 61 143 50 36 141 36
Binary 10011000 1001110 10 0 110001 1100011 101000 11110 1100001 11110

Color Harmonies of #984E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984E02

Black with #984E02

Text Example


Text Example

White with #984E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984E02; }

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

 H1.HeaderClassName
 {
   color: #984E02;
 }
 .AnyTagClassName
 {
   color: #984E02;
 }
</style>

background-color css

<style>
 a { background-color: #984E02; }

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

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

border-color css

<style>
 span { border-color: #984E02; }

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

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