Html Css Color HEX #8D630C Golden Brown

📋 copy color: '#8D630C'

red 141 ◦ green 99 ◦ blue 12

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

Shades of Golden Brown #8D630C

Tints of Golden Brown #8D630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 55.95%
G = 39.29%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D630C (or 0x8D630C) is known color: Golden Brown. HEX triplet: 8D, 63 and 0C. RGB value is (141,99,12). Sum of RGB (Red+Green+Blue) = 141+99+12=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D630C is #729CF3. Grayscale: #666666. Windows color (decimal): -7511284 or 811917. OLE color: 811917.

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

Color convert

RGB 141 99 12 -
CMYK 0 0.30 0.91 0.45
HSL 40.47º 0.84% 0.3% -
HSV(B) 40.47º 0.91% 0.55% -
XYZ 15.51 14.61 2.35 -
YUV 101.64 77.41 156.07 -
System Red Green Blue C M Y K H S L
Decimal 141 99 12 0 0.30 0.91 0.45 40.47 0.84 0.3
Hex 8D 63 C 0 1E 5B 2D 28 54 1E
Octal 215 143 14 0 36 133 55 50 124 36
Binary 10001101 1100011 1100 0 11110 1011011 101101 101000 1010100 11110

Color Harmonies of #8D630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D630C

Black with #8D630C

Text Example


Text Example

White with #8D630C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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