Html Css Color HEX #C5931A Buddha Gold

📋 copy color: '#C5931A'

red 197 ◦ green 147 ◦ blue 26

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

Shades of Buddha Gold #C5931A

Tints of Buddha Gold #C5931A

RGB

 RED value IS 197 (77.34% from 255) = 53.24%

 GREEN value IS 147 (57.81% from 255) = 39.73%

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

R = 53.24%
G = 39.73%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5931A (or 0xC5931A) is known color: Buddha Gold. HEX triplet: C5, 93 and 1A. RGB value is (197,147,26). Sum of RGB (Red+Green+Blue) = 197+147+26=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5931A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5931A is #3A6CE5. Grayscale: #949494. Windows color (decimal): -3828966 or 1741765. OLE color: 1741765.

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

Color convert

RGB 197 147 26 -
CMYK 0 0.25 0.87 0.23
HSL 42.46º 0.77% 0.44% -
HSV(B) 42.46º 0.87% 0.77% -
XYZ 33.65 32.81 5.54 -
YUV 148.16 59.07 162.84 -
System Red Green Blue C M Y K H S L
Decimal 197 147 26 0 0.25 0.87 0.23 42.46 0.77 0.44
Hex C5 93 1A 0 19 57 17 2A 4D 2C
Octal 305 223 32 0 31 127 27 52 115 54
Binary 11000101 10010011 11010 0 11001 1010111 10111 101010 1001101 101100

Color Harmonies of #C5931A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5931A

Black with #C5931A

Text Example


Text Example

White with #C5931A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5931A; }

 p { color: rgb(197,147,26); }

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

background-color css

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

 a { background-color: rgb(197,147,26); }

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

border-color css

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

 span { border-color: rgb(197,147,26); }

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