Html Css Color HEX #C37F36 Golden Bell

📋 copy color: '#C37F36'

red 195 ◦ green 127 ◦ blue 54

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

Shades of Golden Bell #C37F36

Tints of Golden Bell #C37F36

RGB

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

 GREEN value IS 127 (50% from 255) = 33.78%

 BLUE value IS 54 (21.48% from 255) = 14.36%

R = 51.86%
G = 33.78%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C37F36 (or 0xC37F36) is known color: Golden Bell. HEX triplet: C3, 7F and 36. RGB value is (195,127,54). Sum of RGB (Red+Green+Blue) = 195+127+54=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F36 is #3C80C9. Grayscale: #8B8B8B. Windows color (decimal): -3965130 or 3571651. OLE color: 3571651.

HSL color Cylindrical-coordinate representation of color #C37F36: hue angle of 31.06º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C37F36 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 54 -
CMYK 0 0.35 0.72 0.24
HSL 31.06º 0.57% 0.49% -
HSV(B) 31.06º 0.72% 0.76% -
XYZ 30.76 27.05 7.09 -
YUV 139.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 195 127 54 0 0.35 0.72 0.24 31.06 0.57 0.49
Hex C3 7F 36 0 23 48 18 1F 39 31
Octal 303 177 66 0 43 110 30 37 71 61
Binary 11000011 1111111 110110 0 100011 1001000 11000 11111 111001 110001

Color Harmonies of #C37F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F36

Black with #C37F36

Text Example


Text Example

White with #C37F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F36; }

 p { color: rgb(195,127,54); }

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

background-color css

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

 a { background-color: rgb(195,127,54); }

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

border-color css

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

 span { border-color: rgb(195,127,54); }

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