Html Css Color HEX #C37A36 Golden Bell

📋 copy color: '#C37A36'

red 195 ◦ green 122 ◦ blue 54

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

Shades of Golden Bell #C37A36

Tints of Golden Bell #C37A36

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.88%

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

R = 52.56%
G = 32.88%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C37A36 (or 0xC37A36) is known color: Golden Bell. HEX triplet: C3, 7A and 36. RGB value is (195,122,54). Sum of RGB (Red+Green+Blue) = 195+122+54=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A36 is #3C85C9. Grayscale: #888888. Windows color (decimal): -3966410 or 3570371. OLE color: 3570371.

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

Color convert

RGB 195 122 54 -
CMYK 0 0.37 0.72 0.24
HSL 28.94º 0.57% 0.49% -
HSV(B) 28.94º 0.72% 0.76% -
XYZ 30.13 25.79 6.88 -
YUV 136.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 195 122 54 0 0.37 0.72 0.24 28.94 0.57 0.49
Hex C3 7A 36 0 25 48 18 1D 39 31
Octal 303 172 66 0 45 110 30 35 71 61
Binary 11000011 1111010 110110 0 100101 1001000 11000 11101 111001 110001

Color Harmonies of #C37A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37A36

Black with #C37A36

Text Example


Text Example

White with #C37A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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