Html Css Color HEX #C18538 Pizza

📋 copy color: '#C18538'

red 193 ◦ green 133 ◦ blue 56

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

Shades of Pizza #C18538

Tints of Pizza #C18538

RGB

 RED value IS 193 (75.78% from 255) = 50.52%

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 56 (22.27% from 255) = 14.66%

R = 50.52%
G = 34.82%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C18538 (or 0xC18538) is known color: Pizza. HEX triplet: C1, 85 and 38. RGB value is (193,133,56). Sum of RGB (Red+Green+Blue) = 193+133+56=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C18538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18538 is #3E7AC7. Grayscale: #8E8E8E. Windows color (decimal): -4094664 or 3704257. OLE color: 3704257.

HSL color Cylindrical-coordinate representation of color #C18538: hue angle of 33.72º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C18538 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 133 56 -
CMYK 0 0.31 0.71 0.24
HSL 33.72º 0.55% 0.49% -
HSV(B) 33.72º 0.71% 0.76% -
XYZ 31.09 28.4 7.58 -
YUV 142.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 193 133 56 0 0.31 0.71 0.24 33.72 0.55 0.49
Hex C1 85 38 0 1F 47 18 22 37 31
Octal 301 205 70 0 37 107 30 42 67 61
Binary 11000001 10000101 111000 0 11111 1000111 11000 100010 110111 110001

Color Harmonies of #C18538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18538

Black with #C18538

Text Example


Text Example

White with #C18538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18538; }

 p { color: rgb(193,133,56); }

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

background-color css

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

 a { background-color: rgb(193,133,56); }

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

border-color css

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

 span { border-color: rgb(193,133,56); }

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