Html Css Color HEX #C39137 Pizza

📋 copy color: '#C39137'

red 195 ◦ green 145 ◦ blue 55

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

Shades of Pizza #C39137

Tints of Pizza #C39137

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

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

R = 49.37%
G = 36.71%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C39137 (or 0xC39137) is known color: Pizza. HEX triplet: C3, 91 and 37. RGB value is (195,145,55). Sum of RGB (Red+Green+Blue) = 195+145+55=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C39137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39137 is #3C6EC8. Grayscale: #969696. Windows color (decimal): -3960521 or 3641795. OLE color: 3641795.

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

Color convert

RGB 195 145 55 -
CMYK 0 0.26 0.72 0.24
HSL 38.57º 0.56% 0.49% -
HSV(B) 38.57º 0.72% 0.76% -
XYZ 33.32 32.13 8.06 -
YUV 149.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 195 145 55 0 0.26 0.72 0.24 38.57 0.56 0.49
Hex C3 91 37 0 1A 48 18 27 38 31
Octal 303 221 67 0 32 110 30 47 70 61
Binary 11000011 10010001 110111 0 11010 1001000 11000 100111 111000 110001

Color Harmonies of #C39137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39137

Black with #C39137

Text Example


Text Example

White with #C39137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39137; }

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

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

background-color css

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

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

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

border-color css

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

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

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