Html Css Color HEX #C38437 Golden Bell

📋 copy color: '#C38437'

red 195 ◦ green 132 ◦ blue 55

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

Shades of Golden Bell #C38437

Tints of Golden Bell #C38437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 51.05%
G = 34.55%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C38437 (or 0xC38437) is known color: Golden Bell. HEX triplet: C3, 84 and 37. RGB value is (195,132,55). Sum of RGB (Red+Green+Blue) = 195+132+55=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C38437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38437 is #3C7BC8. Grayscale: #8E8E8E. Windows color (decimal): -3963849 or 3638467. OLE color: 3638467.

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

Color convert

RGB 195 132 55 -
CMYK 0 0.32 0.72 0.24
HSL 33º 0.56% 0.49% -
HSV(B) 33º 0.72% 0.76% -
XYZ 31.45 28.38 7.43 -
YUV 142.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 195 132 55 0 0.32 0.72 0.24 33 0.56 0.49
Hex C3 84 37 0 20 48 18 21 38 31
Octal 303 204 67 0 40 110 30 41 70 61
Binary 11000011 10000100 110111 0 100000 1001000 11000 100001 111000 110001

Color Harmonies of #C38437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38437

Black with #C38437

Text Example


Text Example

White with #C38437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38437; }

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

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

background-color css

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

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

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

border-color css

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

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

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