Html Css Color HEX #C3991F Buddha Gold

📋 copy color: '#C3991F'

red 195 ◦ green 153 ◦ blue 31

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

Shades of Buddha Gold #C3991F

Tints of Buddha Gold #C3991F

RGB

 RED value IS 195 (76.56% from 255) = 51.45%

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 51.45%
G = 40.37%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3991F (or 0xC3991F) is known color: Buddha Gold. HEX triplet: C3, 99 and 1F. RGB value is (195,153,31). Sum of RGB (Red+Green+Blue) = 195+153+31=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3991F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3991F is #3C66E0. Grayscale: #989898. Windows color (decimal): -3958497 or 2070979. OLE color: 2070979.

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

Color convert

RGB 195 153 31 -
CMYK 0 0.22 0.84 0.24
HSL 44.63º 0.73% 0.44% -
HSV(B) 44.63º 0.84% 0.76% -
XYZ 34.14 34.48 6.15 -
YUV 151.65 59.91 158.92 -
System Red Green Blue C M Y K H S L
Decimal 195 153 31 0 0.22 0.84 0.24 44.63 0.73 0.44
Hex C3 99 1F 0 16 54 18 2D 49 2C
Octal 303 231 37 0 26 124 30 55 111 54
Binary 11000011 10011001 11111 0 10110 1010100 11000 101101 1001001 101100

Color Harmonies of #C3991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3991F

Black with #C3991F

Text Example


Text Example

White with #C3991F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3991F; }

 p { color: rgb(195,153,31); }

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

background-color css

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

 a { background-color: rgb(195,153,31); }

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

border-color css

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

 span { border-color: rgb(195,153,31); }

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