Html Css Color HEX #C18B3D Pizza

📋 copy color: '#C18B3D'

red 193 ◦ green 139 ◦ blue 61

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

Shades of Pizza #C18B3D

Tints of Pizza #C18B3D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 49.11%
G = 35.37%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C18B3D (or 0xC18B3D) is known color: Pizza. HEX triplet: C1, 8B and 3D. RGB value is (193,139,61). Sum of RGB (Red+Green+Blue) = 193+139+61=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18B3D is #3E74C2. Grayscale: #929292. Windows color (decimal): -4093123 or 4033473. OLE color: 4033473.

HSL color Cylindrical-coordinate representation of color #C18B3D: hue angle of 35.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C18B3D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 139 61 -
CMYK 0 0.28 0.68 0.24
HSL 35.45º 0.52% 0.5% -
HSV(B) 35.45º 0.68% 0.76% -
XYZ 32.07 30.14 8.54 -
YUV 146.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 193 139 61 0 0.28 0.68 0.24 35.45 0.52 0.5
Hex C1 8B 3D 0 1C 44 18 23 34 32
Octal 301 213 75 0 34 104 30 43 64 62
Binary 11000001 10001011 111101 0 11100 1000100 11000 100011 110100 110010

Color Harmonies of #C18B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18B3D

Black with #C18B3D

Text Example


Text Example

White with #C18B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18B3D; }

 p { color: rgb(193,139,61); }

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

background-color css

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

 a { background-color: rgb(193,139,61); }

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

border-color css

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

 span { border-color: rgb(193,139,61); }

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