Html Css Color HEX #C5951F Buddha Gold

📋 copy color: '#C5951F'

red 197 ◦ green 149 ◦ blue 31

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

Shades of Buddha Gold #C5951F

Tints of Buddha Gold #C5951F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.52%

 BLUE value IS 31 (12.5% from 255) = 8.22%

R = 52.25%
G = 39.52%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5951F (or 0xC5951F) is known color: Buddha Gold. HEX triplet: C5, 95 and 1F. RGB value is (197,149,31). Sum of RGB (Red+Green+Blue) = 197+149+31=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 31 (12.5% from 255 or 8.22% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C5951F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5951F is #3A6AE0. Grayscale: #969696. Windows color (decimal): -3828449 or 2069957. OLE color: 2069957.

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

Color convert

RGB 197 149 31 -
CMYK 0 0.24 0.84 0.23
HSL 42.65º 0.73% 0.45% -
HSV(B) 42.65º 0.84% 0.77% -
XYZ 34.02 33.46 5.96 -
YUV 149.9 60.9 161.59 -
System Red Green Blue C M Y K H S L
Decimal 197 149 31 0 0.24 0.84 0.23 42.65 0.73 0.45
Hex C5 95 1F 0 18 54 17 2B 49 2D
Octal 305 225 37 0 30 124 27 53 111 55
Binary 11000101 10010101 11111 0 11000 1010100 10111 101011 1001001 101101

Color Harmonies of #C5951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5951F

Black with #C5951F

Text Example


Text Example

White with #C5951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5951F; }

 p { color: rgb(197,149,31); }

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

background-color css

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

 a { background-color: rgb(197,149,31); }

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

border-color css

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

 span { border-color: rgb(197,149,31); }

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