Html Css Color HEX #8F641A Golden Brown

📋 copy color: '#8F641A'

red 143 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #8F641A

Tints of Golden Brown #8F641A

RGB

 RED value IS 143 (56.25% from 255) = 53.16%

 GREEN value IS 100 (39.45% from 255) = 37.17%

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 53.16%
G = 37.17%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8F641A (or 0x8F641A) is known color: Golden Brown. HEX triplet: 8F, 64 and 1A. RGB value is (143,100,26). Sum of RGB (Red+Green+Blue) = 143+100+26=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F641A is #709BE5. Grayscale: #686868. Windows color (decimal): -7379942 or 1729679. OLE color: 1729679.

HSL color Cylindrical-coordinate representation of color #8F641A: hue angle of 37.95º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F641A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 100 26 -
CMYK 0 0.30 0.82 0.44
HSL 37.95º 0.69% 0.33% -
HSV(B) 37.95º 0.82% 0.56% -
XYZ 16.07 15.03 3.03 -
YUV 104.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 143 100 26 0 0.30 0.82 0.44 37.95 0.69 0.33
Hex 8F 64 1A 0 1E 52 2C 26 45 21
Octal 217 144 32 0 36 122 54 46 105 41
Binary 10001111 1100100 11010 0 11110 1010010 101100 100110 1000101 100001

Color Harmonies of #8F641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F641A

Black with #8F641A

Text Example


Text Example

White with #8F641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,100,26); }

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

background-color css

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

 a { background-color: rgb(143,100,26); }

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

border-color css

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

 span { border-color: rgb(143,100,26); }

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