Html Css Color HEX #C37F37 Golden Bell

📋 copy color: '#C37F37'

red 195 ◦ green 127 ◦ blue 55

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

Shades of Golden Bell #C37F37

Tints of Golden Bell #C37F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.59%

R = 51.72%
G = 33.69%
B = 14.59%

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

#C37F37 (or 0xC37F37) is known color: Golden Bell. HEX triplet: C3, 7F and 37. RGB value is (195,127,55). Sum of RGB (Red+Green+Blue) = 195+127+55=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F37 is #3C80C8. Grayscale: #8B8B8B. Windows color (decimal): -3965129 or 3637187. OLE color: 3637187.

HSL color Cylindrical-coordinate representation of color #C37F37: hue angle of 30.86º degrees, saturation: 0.56, 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 #C37F37 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 127 55 -
CMYK 0 0.35 0.72 0.24
HSL 30.86º 0.56% 0.49% -
HSV(B) 30.86º 0.72% 0.76% -
XYZ 30.78 27.06 7.21 -
YUV 139.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 195 127 55 0 0.35 0.72 0.24 30.86 0.56 0.49
Hex C3 7F 37 0 23 48 18 1F 38 31
Octal 303 177 67 0 43 110 30 37 70 61
Binary 11000011 1111111 110111 0 100011 1001000 11000 11111 111000 110001

Color Harmonies of #C37F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F37

Black with #C37F37

Text Example


Text Example

White with #C37F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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