Html Css Color HEX #C3911B Buddha Gold

📋 copy color: '#C3911B'

red 195 ◦ green 145 ◦ blue 27

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

Shades of Buddha Gold #C3911B

Tints of Buddha Gold #C3911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 53.13%
G = 39.51%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3911B (or 0xC3911B) is known color: Buddha Gold. HEX triplet: C3, 91 and 1B. RGB value is (195,145,27). Sum of RGB (Red+Green+Blue) = 195+145+27=367 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.13% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 195 - color contains mainly: red. Hex color #C3911B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3911B is #3C6EE4. Grayscale: #939393. Windows color (decimal): -3960549 or 1806787. OLE color: 1806787.

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

Color convert

RGB 195 145 27 -
CMYK 0 0.26 0.86 0.24
HSL 42.14º 0.76% 0.44% -
HSV(B) 42.14º 0.86% 0.76% -
XYZ 32.83 31.93 5.47 -
YUV 146.5 60.57 162.59 -
System Red Green Blue C M Y K H S L
Decimal 195 145 27 0 0.26 0.86 0.24 42.14 0.76 0.44
Hex C3 91 1B 0 1A 56 18 2A 4C 2C
Octal 303 221 33 0 32 126 30 52 114 54
Binary 11000011 10010001 11011 0 11010 1010110 11000 101010 1001100 101100

Color Harmonies of #C3911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3911B

Black with #C3911B

Text Example


Text Example

White with #C3911B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3911B; }

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

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

background-color css

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

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

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

border-color css

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

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

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