#c7971f

Color #C7971F Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #C7971F

Tints of Buddha Gold #C7971F

Color information

#C7971F (or 0xC7971F) is unknown color: approx Buddha Gold. HEX triplet: C7, 97 and 1F. RGB value is (199,151,31). Sum of RGB (Red+Green+Blue) = 199+151+31=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C7971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7971F is #3868E0. Grayscale: #989898. Windows color (decimal): -3696865 or 2070471. OLE color: 2070471.

HSL color Cylindrical-coordinate representation of color #C7971F: hue angle of 42.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7971F is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB19915131-
CMYK00.240.840.22
HSL42.86º73.04%45.1%-
HSV(B)42.86º84.42%78.04%-
XYZ34.8734.376.09-
YUV151.6759.9161.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 52.23%
GREEN value IS 151 (59.38% from 255) = 39.63%
BLUE value IS 31 (12.5% from 255) = 8.14%
R=52.23%
G=39.63%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991513100.240.840.2242.8673.0445.1
HexC7971F01854162b492d
Octal30722737030124265311155
Binary1100011110010111111110110001010100101101010111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7971f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7971f; }

 p { color: rgb(199,151,31); }

 H1.HeaderClassName
 {
   color: #c7971f;
 }
 .AnyTagClassName
 {
   color: #c7971f;
 }
</style>
background-color css

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

 a { background-color: rgb(199,151,31); }

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

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

 span { border-color: rgb(199,151,31); }

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