Html Css Color HEX #C38337 Golden Bell

📋 copy color: '#C38337'

red 195 ◦ green 131 ◦ blue 55

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

Shades of Golden Bell #C38337

Tints of Golden Bell #C38337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 51.18%
G = 34.38%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C38337 (or 0xC38337) is known color: Golden Bell. HEX triplet: C3, 83 and 37. RGB value is (195,131,55). Sum of RGB (Red+Green+Blue) = 195+131+55=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38337 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38337 is #3C7CC8. Grayscale: #8D8D8D. Windows color (decimal): -3964105 or 3638211. OLE color: 3638211.

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

Color convert

RGB 195 131 55 -
CMYK 0 0.33 0.72 0.24
HSL 32.57º 0.56% 0.49% -
HSV(B) 32.57º 0.72% 0.76% -
XYZ 31.31 28.11 7.39 -
YUV 141.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 195 131 55 0 0.33 0.72 0.24 32.57 0.56 0.49
Hex C3 83 37 0 21 48 18 21 38 31
Octal 303 203 67 0 41 110 30 41 70 61
Binary 11000011 10000011 110111 0 100001 1001000 11000 100001 111000 110001

Color Harmonies of #C38337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38337

Black with #C38337

Text Example


Text Example

White with #C38337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38337; }

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

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

background-color css

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

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

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

border-color css

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

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

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