Html Css Color HEX #C3991B Buddha Gold

📋 copy color: '#C3991B'

red 195 ◦ green 153 ◦ blue 27

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

Shades of Buddha Gold #C3991B

Tints of Buddha Gold #C3991B

RGB

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

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

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

R = 52%
G = 40.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3991B (or 0xC3991B) is known color: Buddha Gold. HEX triplet: C3, 99 and 1B. RGB value is (195,153,27). Sum of RGB (Red+Green+Blue) = 195+153+27=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C3991B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3991B is #3C66E4. Grayscale: #979797. Windows color (decimal): -3958501 or 1808835. OLE color: 1808835.

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

Color convert

RGB 195 153 27 -
CMYK 0 0.22 0.86 0.24
HSL 45º 0.76% 0.44% -
HSV(B) 45º 0.86% 0.76% -
XYZ 34.09 34.46 5.89 -
YUV 151.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 195 153 27 0 0.22 0.86 0.24 45 0.76 0.44
Hex C3 99 1B 0 16 56 18 2D 4C 2C
Octal 303 231 33 0 26 126 30 55 114 54
Binary 11000011 10011001 11011 0 10110 1010110 11000 101101 1001100 101100

Color Harmonies of #C3991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3991B

Black with #C3991B

Text Example


Text Example

White with #C3991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3991B; }

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

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

background-color css

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

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

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

border-color css

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

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

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