Html Css Color HEX #C5941B Buddha Gold

📋 copy color: '#C5941B'

red 197 ◦ green 148 ◦ blue 27

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

Shades of Buddha Gold #C5941B

Tints of Buddha Gold #C5941B

RGB

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

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

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

R = 52.96%
G = 39.78%
B = 7.26%

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

#C5941B (or 0xC5941B) is known color: Buddha Gold. HEX triplet: C5, 94 and 1B. RGB value is (197,148,27). Sum of RGB (Red+Green+Blue) = 197+148+27=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 27 (10.94% from 255 or 7.26% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5941B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5941B is #3A6BE4. Grayscale: #959595. Windows color (decimal): -3828709 or 1807557. OLE color: 1807557.

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

Color convert

RGB 197 148 27 -
CMYK 0 0.25 0.86 0.23
HSL 42.71º 0.76% 0.44% -
HSV(B) 42.71º 0.86% 0.77% -
XYZ 33.81 33.13 5.65 -
YUV 148.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 197 148 27 0 0.25 0.86 0.23 42.71 0.76 0.44
Hex C5 94 1B 0 19 56 17 2B 4C 2C
Octal 305 224 33 0 31 126 27 53 114 54
Binary 11000101 10010100 11011 0 11001 1010110 10111 101011 1001100 101100

Color Harmonies of #C5941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5941B

Black with #C5941B

Text Example


Text Example

White with #C5941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5941B; }

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

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

background-color css

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

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

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

border-color css

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

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

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