Html Css Color HEX #C48939 Pizza

📋 copy color: '#C48939'

red 196 ◦ green 137 ◦ blue 57

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

Shades of Pizza #C48939

Tints of Pizza #C48939

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

 GREEN value IS 137 (53.91% from 255) = 35.13%

 BLUE value IS 57 (22.66% from 255) = 14.62%

R = 50.26%
G = 35.13%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C48939 (or 0xC48939) is known color: Pizza. HEX triplet: C4, 89 and 39. RGB value is (196,137,57). Sum of RGB (Red+Green+Blue) = 196+137+57=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48939 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48939 is #3B76C6. Grayscale: #919191. Windows color (decimal): -3897031 or 3770820. OLE color: 3770820.

HSL color Cylindrical-coordinate representation of color #C48939: hue angle of 34.53º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C48939 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 137 57 -
CMYK 0 0.30 0.71 0.23
HSL 34.53º 0.55% 0.5% -
HSV(B) 34.53º 0.71% 0.77% -
XYZ 32.45 29.92 7.94 -
YUV 145.52 78.05 164 -
System Red Green Blue C M Y K H S L
Decimal 196 137 57 0 0.30 0.71 0.23 34.53 0.55 0.5
Hex C4 89 39 0 1E 47 17 23 37 32
Octal 304 211 71 0 36 107 27 43 67 62
Binary 11000100 10001001 111001 0 11110 1000111 10111 100011 110111 110010

Color Harmonies of #C48939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48939

Black with #C48939

Text Example


Text Example

White with #C48939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48939; }

 p { color: rgb(196,137,57); }

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

background-color css

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

 a { background-color: rgb(196,137,57); }

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

border-color css

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

 span { border-color: rgb(196,137,57); }

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