Html Css Color HEX #C5931B Buddha Gold

📋 copy color: '#C5931B'

red 197 ◦ green 147 ◦ blue 27

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

Shades of Buddha Gold #C5931B

Tints of Buddha Gold #C5931B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 53.1%
G = 39.62%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5931B (or 0xC5931B) is known color: Buddha Gold. HEX triplet: C5, 93 and 1B. RGB value is (197,147,27). Sum of RGB (Red+Green+Blue) = 197+147+27=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C5931B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5931B is #3A6CE4. Grayscale: #949494. Windows color (decimal): -3828965 or 1807301. OLE color: 1807301.

HSL color Cylindrical-coordinate representation of color #C5931B: hue angle of 42.35º 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 #C5931B is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 147 27 -
CMYK 0 0.25 0.86 0.23
HSL 42.35º 0.76% 0.44% -
HSV(B) 42.35º 0.86% 0.77% -
XYZ 33.66 32.82 5.6 -
YUV 148.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 197 147 27 0 0.25 0.86 0.23 42.35 0.76 0.44
Hex C5 93 1B 0 19 56 17 2A 4C 2C
Octal 305 223 33 0 31 126 27 52 114 54
Binary 11000101 10010011 11011 0 11001 1010110 10111 101010 1001100 101100

Color Harmonies of #C5931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5931B

Black with #C5931B

Text Example


Text Example

White with #C5931B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5931B; }

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

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

background-color css

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

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

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

border-color css

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

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

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