#c4931b

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

Shades of Buddha Gold #C4931B

Tints of Buddha Gold #C4931B

Color information

#C4931B (or 0xC4931B) is unknown color: approx Buddha Gold. HEX triplet: C4, 93 and 1B. RGB value is (196,147,27). Sum of RGB (Red+Green+Blue) = 196+147+27=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4931B is #3B6CE4. Grayscale: #949494. Windows color (decimal): -3894501 or 1807300. OLE color: 1807300.

HSL color Cylindrical-coordinate representation of color #C4931B: hue angle of 42.6º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4931B is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19614727-
CMYK00.250.860.23
HSL42.6º75.78%43.73%-
HSV(B)42.6º86.22%76.86%-
XYZ33.432.685.59-
YUV147.9759.73162.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 27 (10.94% from 255) = 7.30%
R=52.97%
G=39.73%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961472700.250.860.2342.675.7843.73
HexC4931B01956172b4c2c
Octal30422333031126275311454
Binary1100010010010011110110110011010110101111010111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4931b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4931b; }

 p { color: rgb(196,147,27); }

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

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

 a { background-color: rgb(196,147,27); }

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

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

 span { border-color: rgb(196,147,27); }

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