Html Css Color HEX #8B670C Golden Brown

📋 copy color: '#8B670C'

red 139 ◦ green 103 ◦ blue 12

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

Shades of Golden Brown #8B670C

Tints of Golden Brown #8B670C

RGB

 RED value IS 139 (54.69% from 255) = 54.72%

 GREEN value IS 103 (40.63% from 255) = 40.55%

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

R = 54.72%
G = 40.55%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B670C (or 0x8B670C) is known color: Golden Brown. HEX triplet: 8B, 67 and 0C. RGB value is (139,103,12). Sum of RGB (Red+Green+Blue) = 139+103+12=254 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.72% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 139 - color contains mainly: red. Hex color #8B670C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B670C is #7498F3. Grayscale: #676767. Windows color (decimal): -7641332 or 812939. OLE color: 812939.

HSL color Cylindrical-coordinate representation of color #8B670C: hue angle of 42.99º 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 #8B670C is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 103 12 -
CMYK 0 0.26 0.91 0.45
HSL 42.99º 0.84% 0.3% -
HSV(B) 42.99º 0.91% 0.55% -
XYZ 15.56 15.22 2.46 -
YUV 103.39 76.43 153.4 -
System Red Green Blue C M Y K H S L
Decimal 139 103 12 0 0.26 0.91 0.45 42.99 0.84 0.3
Hex 8B 67 C 0 1A 5B 2D 2B 54 1E
Octal 213 147 14 0 32 133 55 53 124 36
Binary 10001011 1100111 1100 0 11010 1011011 101101 101011 1010100 11110

Color Harmonies of #8B670C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B670C

Black with #8B670C

Text Example


Text Example

White with #8B670C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,103,12); }

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

background-color css

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

 a { background-color: rgb(139,103,12); }

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

border-color css

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

 span { border-color: rgb(139,103,12); }

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