Html Css Color HEX #C37F39 Golden Bell

📋 copy color: '#C37F39'

red 195 ◦ green 127 ◦ blue 57

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

Shades of Golden Bell #C37F39

Tints of Golden Bell #C37F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.04%

R = 51.45%
G = 33.51%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C37F39 (or 0xC37F39) is known color: Golden Bell. HEX triplet: C3, 7F and 39. RGB value is (195,127,57). Sum of RGB (Red+Green+Blue) = 195+127+57=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F39 is #3C80C6. Grayscale: #8B8B8B. Windows color (decimal): -3965127 or 3768259. OLE color: 3768259.

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

Color convert

RGB 195 127 57 -
CMYK 0 0.35 0.71 0.24
HSL 30.43º 0.55% 0.49% -
HSV(B) 30.43º 0.71% 0.76% -
XYZ 30.83 27.08 7.47 -
YUV 139.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 195 127 57 0 0.35 0.71 0.24 30.43 0.55 0.49
Hex C3 7F 39 0 23 47 18 1E 37 31
Octal 303 177 71 0 43 107 30 36 67 61
Binary 11000011 1111111 111001 0 100011 1000111 11000 11110 110111 110001

Color Harmonies of #C37F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F39

Black with #C37F39

Text Example


Text Example

White with #C37F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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