Html Css Color HEX #8D630E Golden Brown

📋 copy color: '#8D630E'

red 141 ◦ green 99 ◦ blue 14

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

Shades of Golden Brown #8D630E

Tints of Golden Brown #8D630E

RGB

 RED value IS 141 (55.47% from 255) = 55.51%

 GREEN value IS 99 (39.06% from 255) = 38.98%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 55.51%
G = 38.98%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D630E (or 0x8D630E) is known color: Golden Brown. HEX triplet: 8D, 63 and 0E. RGB value is (141,99,14). Sum of RGB (Red+Green+Blue) = 141+99+14=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D630E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D630E is #729CF1. Grayscale: #666666. Windows color (decimal): -7511282 or 942989. OLE color: 942989.

HSL color Cylindrical-coordinate representation of color #8D630E: hue angle of 40.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D630E is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 99 14 -
CMYK 0 0.30 0.90 0.45
HSL 40.16º 0.82% 0.3% -
HSV(B) 40.16º 0.9% 0.55% -
XYZ 15.53 14.62 2.42 -
YUV 101.87 78.41 155.91 -
System Red Green Blue C M Y K H S L
Decimal 141 99 14 0 0.30 0.90 0.45 40.16 0.82 0.3
Hex 8D 63 E 0 1E 5A 2D 28 52 1E
Octal 215 143 16 0 36 132 55 50 122 36
Binary 10001101 1100011 1110 0 11110 1011010 101101 101000 1010010 11110

Color Harmonies of #8D630E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D630E

Black with #8D630E

Text Example


Text Example

White with #8D630E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D630E; }

 p { color: rgb(141,99,14); }

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

background-color css

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

 a { background-color: rgb(141,99,14); }

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

border-color css

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

 span { border-color: rgb(141,99,14); }

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