Html Css Color HEX #896203 Golden Brown

📋 copy color: '#896203'

red 137 ◦ green 98 ◦ blue 3

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

Shades of Golden Brown #896203

Tints of Golden Brown #896203

RGB

 RED value IS 137 (53.91% from 255) = 57.56%

 GREEN value IS 98 (38.67% from 255) = 41.18%

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 57.56%
G = 41.18%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#896203 (or 0x896203) is known color: Golden Brown. HEX triplet: 89, 62 and 03. RGB value is (137,98,3). Sum of RGB (Red+Green+Blue) = 137+98+3=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #896203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896203 is #769DFC. Grayscale: #636363. Windows color (decimal): -7773693 or 221833. OLE color: 221833.

HSL color Cylindrical-coordinate representation of color #896203: hue angle of 42.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #896203 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 3 -
CMYK 0 0.28 0.98 0.46
HSL 42.54º 0.96% 0.27% -
HSV(B) 42.54º 0.98% 0.54% -
XYZ 14.7 14.06 2.03 -
YUV 98.83 73.92 155.22 -
System Red Green Blue C M Y K H S L
Decimal 137 98 3 0 0.28 0.98 0.46 42.54 0.96 0.27
Hex 89 62 3 0 1C 62 2E 2B 60 1B
Octal 211 142 3 0 34 142 56 53 140 33
Binary 10001001 1100010 11 0 11100 1100010 101110 101011 1100000 11011

Color Harmonies of #896203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896203

Black with #896203

Text Example


Text Example

White with #896203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896203; }

 p { color: rgb(137,98,3); }

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

background-color css

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

 a { background-color: rgb(137,98,3); }

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

border-color css

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

 span { border-color: rgb(137,98,3); }

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