Html Css Color HEX #C5941E Buddha Gold

📋 copy color: '#C5941E'

red 197 ◦ green 148 ◦ blue 30

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

Shades of Buddha Gold #C5941E

Tints of Buddha Gold #C5941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.47%

 BLUE value IS 30 (12.11% from 255) = 8%

R = 52.53%
G = 39.47%
B = 8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5941E (or 0xC5941E) is known color: Buddha Gold. HEX triplet: C5, 94 and 1E. RGB value is (197,148,30). Sum of RGB (Red+Green+Blue) = 197+148+30=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 148 (58.20% from 255 or 39.47% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C5941E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5941E is #3A6BE1. Grayscale: #959595. Windows color (decimal): -3828706 or 2004165. OLE color: 2004165.

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

Color convert

RGB 197 148 30 -
CMYK 0 0.25 0.85 0.23
HSL 42.4º 0.74% 0.45% -
HSV(B) 42.4º 0.85% 0.77% -
XYZ 33.85 33.14 5.84 -
YUV 149.2 60.73 162.09 -
System Red Green Blue C M Y K H S L
Decimal 197 148 30 0 0.25 0.85 0.23 42.4 0.74 0.45
Hex C5 94 1E 0 19 55 17 2A 4A 2D
Octal 305 224 36 0 31 125 27 52 112 55
Binary 11000101 10010100 11110 0 11001 1010101 10111 101010 1001010 101101

Color Harmonies of #C5941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5941E

Black with #C5941E

Text Example


Text Example

White with #C5941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5941E; }

 p { color: rgb(197,148,30); }

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

background-color css

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

 a { background-color: rgb(197,148,30); }

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

border-color css

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

 span { border-color: rgb(197,148,30); }

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